Skip to content

Commit ea37735

Browse files
authored
Revert "pr approval workflow: use pull_request_target (trufflesecurity#4522)"
This reverts commit e473452.
1 parent e473452 commit ea37735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-approval-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR Approval Check
33
on:
44
pull_request_review:
55
types: [submitted, dismissed]
6-
pull_request_target:
6+
pull_request:
77
types: [opened, reopened, synchronize]
88

99
jobs:

0 commit comments

Comments
 (0)