From a3682b5fc7745074198e076aef878790e8d8a86c Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 6 Feb 2025 20:31:47 +0100 Subject: [PATCH] chore: fix update_dep --- .github/workflows/update_dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"