Skip to content

Commit

Permalink
Update auto-approve.yml
Browse files Browse the repository at this point in the history
testing filter
  • Loading branch information
eikek authored Jan 9, 2025
1 parent 66966b1 commit 037d015
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 @@ -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.GITHUB_TOKEN }}

0 comments on commit 037d015

Please sign in to comment.