Skip to content

Commit a26e187

Browse files
committed
Require core approval on check-review pipeline
1 parent f21d61f commit a26e187

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zuul.d/pipelines.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
initial review to allow for secrets usage.
6161
manager: independent
6262
post-review: true
63+
require:
64+
github:
65+
review:
66+
# Require an approval from user with write access (e.g. core-reviewer)
67+
- permission: write
68+
type: approved
6369
trigger:
6470
github:
6571
# Run this pipeline on new/changed pull requests

0 commit comments

Comments
 (0)