From 09eb6eae1068d3c20c5c1a4789b505aa2d010f65 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 22 Nov 2021 15:13:40 +0100 Subject: [PATCH] chore: choose the master version of the auto approve action - only the master supports approving a PR by PR number --- .github/workflows/package-watcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-watcher.yaml b/.github/workflows/package-watcher.yaml index 2e5ae5855..04ecf9e02 100644 --- a/.github/workflows/package-watcher.yaml +++ b/.github/workflows/package-watcher.yaml @@ -59,7 +59,7 @@ jobs: labels: dependencies - name: Self approve PR to attempt auto merge if: ${{ fromJSON(env.SHOULD_RUN) && env.LATEST_COMPILER_PACKAGE_TIMESTAMP != '' }} - uses: hmarr/auto-approve-action@5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029 + uses: hmarr/auto-approve-action@6a9ec7556f0a7fa5b49527a1eea4878b8a22d2e0 with: github-token: ${{ secrets.BOT_TOKEN }} pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}