File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Security review
22
33on :
4- # Temporary pre-merge integration retest for the exact upstream child branch.
5- # Remove this trigger and its matching job condition after validation.
6- pull_request :
7- branches : [WesleyRosenblum/securityreviewer]
8- types : [opened, synchronize, reopened]
9-
104 # This event uses the trusted base-branch workflow and reviewer runner.
115 # Do not check out or execute PR-controlled code before authorization.
126 pull_request_target :
@@ -19,15 +13,7 @@ permissions:
1913jobs :
2014 # Decide whether an open PR can run immediately or needs approval.
2115 authorize :
22- if : |
23- github.event.action != 'closed' &&
24- (
25- github.event_name == 'pull_request_target' ||
26- (
27- github.event.pull_request.head.repo.full_name == github.repository &&
28- github.event.pull_request.head.ref == 'WesleyRosenblum/securityreviewer-retest'
29- )
30- )
16+ if : github.event.action != 'closed'
3117 runs-on : ubuntu-latest
3218 outputs :
3319 eligible : ${{ steps.authorization.outputs.eligible }}
You can’t perform that action at this time.
0 commit comments