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

Commit

Permalink
ci: pr auto approve: Correct if gate on GitHub Actor
Browse files Browse the repository at this point in the history
  • Loading branch information
John Andersen authored Jul 11, 2024
1 parent c1669ae commit e8bfa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00_pr_auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ github.event_name == 'pull_request_review' && contains(fromJson('["pdxjohnny"]'), github.event.actor) }}
if: ${{ github.event_name == 'pull_request_review' && contains(fromJson('["pdxjohnny"]'), github.actor) }}
steps:
- name: 'Repository Dispatch: approve-pr'
uses: peter-evans/repository-dispatch@v3
Expand Down

0 comments on commit e8bfa85

Please sign in to comment.