From 1489f521acd365b7481ae44de73d5f388b2f0287 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Thu, 9 Jan 2025 14:32:25 +0100 Subject: [PATCH] =?UTF-8?q?Bot=20users=20are=20suffixed=20by=20`=E2=80=A6[?= =?UTF-8?q?bot]`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 883af769..c0bf0fff 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,8 +10,8 @@ concurrency: jobs: auto-approve: runs-on: ubuntu-latest + if: github.actor == 'RenkuBot[bot]' steps: - uses: hmarr/auto-approve-action@v4 - if: github.actor == 'RenkuBot' with: github-token: ${{ secrets.PAT_EIKEK }}