File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2626 cache-dependency-path : src/oasis-nexus/yarn.lock
2727 - run : yarn install --frozen-lockfile
2828 - run : yarn generate
29+ - name : Create Change Log fragment
30+ env :
31+ FILE_NAME : ../../.changelog/${{ github.event.pull_request.number }}.internal.md
32+ run : echo "Update API bindings" > "$FILE_NAME"
2933 - name : Create Pull Request with updated API bindings
3034 # https://github.com/peter-evans/create-pull-request
31- uses : peter-evans/create-pull-request@v6
35+ uses : peter-evans/create-pull-request@v7
3236 with :
3337 token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3438 branch : generate-openapi
4044 If CI actions and checks don't run in this PR: close it and reopen.
4145 https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
4246 labels : bot
47+ sign-commits : true
You can’t perform that action at this time.
0 commit comments