Skip to content

Commit

Permalink
Modify auto approve action
Browse files Browse the repository at this point in the history
  • Loading branch information
dorthrithil committed Feb 20, 2025
1 parent 433a1fd commit 8a31ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
auto-approve:
# Only run this action for the dorthrithil user
if: github.actor == 'dorthrithil'
runs-on: ubuntu-latest
permissions:
Expand All @@ -15,4 +16,5 @@ jobs:
- name: Auto-approve
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.LC_BOT_PAT }}
github-token: ${{ secrets.LC_BOT_PAT }}
review-message: "Auto approved PR: Join the LocalCrag team, so we can review your PRs instead of letting bots auto approve them."

0 comments on commit 8a31ef8

Please sign in to comment.