From e9066a5d3d47270a78fde051e45c4d465fef669d Mon Sep 17 00:00:00 2001 From: JashBook Date: Tue, 9 Apr 2024 22:25:38 +0800 Subject: [PATCH] chore: bot repeat approve --- .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 e36af15d5..684e9fc7b 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatic Approve - uses: hmarr/auto-approve-action@v3 + uses: apecloud-inc/auto-approve-action@v4 with: github-token: ${{ env.GITHUB_TOKEN }} pull-request-number: ${{ github.event.issue.number }}