File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ jobs:
69
69
path : |
70
70
assets/**/*.json
71
71
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
You can’t perform that action at this time.
0 commit comments