We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfea8b7 commit a3682b5Copy full SHA for a3682b5
.github/workflows/update_dep.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
commit-message: 'fix(ignore): update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}'
32
branch: 'deps/${{ github.event.client_payload.package }}'
33
- title: Update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}
+ title: 'fix(ignore): update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}'
34
token: ${{ secrets.GH_TOKEN }}
35
- run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail
36
- run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
0 commit comments