From 7919a63a85e5649210336cddf51848084f438bd6 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 883af769..3d247da5 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,8 +10,9 @@ concurrency: jobs: auto-approve: runs-on: ubuntu-latest + if: github.actor == 'RenkuBot[bot]' steps: - - uses: hmarr/auto-approve-action@v4 - if: github.actor == 'RenkuBot' + - name: Auto approve ${{ github.actor }} + uses: hmarr/auto-approve-action@v4 with: github-token: ${{ secrets.PAT_EIKEK }}