diff --git a/.github/workflows/update_dep.yml b/.github/workflows/update_dep.yml index 865c60c38..5d63c4d11 100644 --- a/.github/workflows/update_dep.yml +++ b/.github/workflows/update_dep.yml @@ -30,7 +30,7 @@ jobs: with: commit-message: 'fix(ignore): update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}' branch: 'deps/${{ github.event.client_payload.package }}' - 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 }}' token: ${{ secrets.GH_TOKEN }} - run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail - run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"