Skip to content

Commit

Permalink
Fix auto-approve action filter
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 10, 2025
1 parent fed0b5c commit 45ac05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 45ac05d

Please sign in to comment.