We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28eb780 + a3f5a67 commit 28d4593Copy full SHA for 28d4593
1 file changed
.github/workflows/pr.yaml
@@ -5,7 +5,9 @@ on:
5
# Mitigated by per-job Member Check (see "Check Write Permission" + "Validate Write Permission" steps).
6
# Reference: team Github Actions Tribal Knowledge doc.
7
pull_request_target: # zizmor: ignore[dangerous-triggers]
8
- branches: [dev, master]
+ # dpop is a temporary entry: PRs in the multi-PR DPoP rollout target this
9
+ # branch. Remove once DPoP is merged back to dev.
10
+ branches: [dev, master, dpop]
11
paths-ignore:
12
- '**/*.md'
13
- 'LICENSE'
0 commit comments