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

Commit 652de73

Browse files
John Andersenpdxjohnny
authored andcommitted
ci: pr auto approve: Trampoline
1 parent 22d9ca7 commit 652de73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/00_pr_auto_approve.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ jobs:
3636
permissions:
3737
pull-requests: write
3838
# if: ${{ github.event_name == 'repository_dispatch' && contains(fromJson('["dependabot[bot]", "github-actions[bot]", "pdxjohnny"]'), github.event.actor) }}
39-
if: ${{ contains(fromJson('["pdxjohnny"]'), github.event.actor) }}
39+
if: github.event_name != 'pull_request_review'
4040
steps:
41+
- shell: cat -v {0}
42+
run: ${{ github.event }}
43+
4144
- name: Harden Runner
4245
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
4346
with:

0 commit comments

Comments
 (0)