From 45ac05d4791f6ce30e0a4f0a0e8262534821c537 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Fri, 10 Jan 2025 07:18:11 +0100 Subject: [PATCH] Fix auto-approve action filter --- .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 4b7d81f8..6bf30470 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -14,7 +14,7 @@ jobs: - name: Info output run: echo '${{ github.actor }}' - name: Auto approve ${{ github.actor }} - if: github.actor == 'RenkuBot[bot]' + if: github.actor == 'RenkuBot' uses: hmarr/auto-approve-action@v4 with: github-token: ${{ secrets.PAT_EIKEK }}