From 14fc5d3c117f8337c613fc2bf711d14665cdeb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=9E=E9=A3=9B?= <53519746+SaarChaffee@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:34:01 +0800 Subject: [PATCH] fix: auto approve action failed (#25) --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index f7be12b..01a3408 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -8,6 +8,6 @@ jobs: permissions: pull-requests: write steps: - - uses: AwesomeHamster/actions-auto-approve + - uses: AwesomeHamster/actions-auto-approve@master with: github-token: ${{ secrets.HAMSTER_PAT }}