Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Update 00_pr_auto_approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Mar 25, 2024
1 parent 1f688e7 commit 1f517a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/00_pr_auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' }}
if: contains(fromJson('["dependabot[bot]", "github-actions[bot]", "pdxjohnny"]'), github.actor)
steps:
- uses: hmarr/auto-approve-action@v4
with:
review-message: "Auto approved automated PR"
review-message: "LGTM"

0 comments on commit 1f517a8

Please sign in to comment.