Skip to content

Commit

Permalink
Bot users are suffixed by …[bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 9, 2025
1 parent 4c1c649 commit 7919a63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7919a63

Please sign in to comment.