We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b94e27 commit 9d3b66fCopy full SHA for 9d3b66f
.github/workflows/restricted-paths-review-gate.yml
@@ -4,9 +4,9 @@
4
name: "CI: Restricted Paths Review Gate"
5
6
on:
7
- # Temporary for PR-level testing before this workflow exists on the base
8
- # branch. Switch back to pull_request_target before merging.
9
- pull_request:
+ # Keep this separate from pr-metadata-check.yml so only the
+ # Needs-Restricted-Paths-Review policy becomes merge-blocking.
+ pull_request_target:
10
types:
11
- opened
12
- synchronize
0 commit comments