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

Commit 8e40592

Browse files
John Andersenliceoa
authored andcommitted
ci: pr auto approve: Correct if gate on GitHub Actor
1 parent 6884fba commit 8e40592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00_pr_auto_approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write
18-
if: ${{ github.event_name == 'pull_request_review' && contains(fromJson('["pdxjohnny"]'), github.event.actor) }}
18+
if: ${{ github.event_name == 'pull_request_review' && contains(fromJson('["pdxjohnny"]'), github.actor) }}
1919
steps:
2020
- name: 'Repository Dispatch: approve-pr'
2121
uses: peter-evans/repository-dispatch@v3

0 commit comments

Comments
 (0)