Skip to content

Commit 41e79b4

Browse files
authored
ci(updater): temp deactivated peter-evans/create-pull-request as requested in code review
1 parent a210fdb commit 41e79b4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/update-json-assets.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ jobs:
6969
path: |
7070
assets/**/*.json
7171
retention-days: 3
72-
- name: Create Pull Request
73-
id: cpr
74-
uses: peter-evans/create-pull-request@v6
75-
with:
76-
token: ${{ secrets.GITHUB_TOKEN }}
77-
add-paths: |
78-
assets/**/*.json
79-
commit-message: "chore(assets): update json assets"
80-
branch: update-json-assets
81-
delete-branch: true
82-
base: main
83-
title: "Update JSON files in assets/"
84-
body: ${{ steps.pr-body.outputs.pr_body }}
85-
labels: dependencies
86-
draft: false
72+
# - name: Create Pull Request
73+
# id: cpr
74+
# uses: peter-evans/create-pull-request@v6
75+
# with:
76+
# token: ${{ secrets.GITHUB_TOKEN }}
77+
# add-paths: |
78+
# assets/**/*.json
79+
# commit-message: "chore(assets): update json assets"
80+
# branch: update-json-assets
81+
# delete-branch: true
82+
# base: main
83+
# title: "Update JSON files in assets/"
84+
# body: ${{ steps.pr-body.outputs.pr_body }}
85+
# labels: dependencies
86+
# draft: false

0 commit comments

Comments
 (0)