Skip to content

Commit e53e571

Browse files
authored
Merge pull request #52 from stackhpc/require-approval-review-pipeline
Require core approval on check-review pipeline
2 parents f21d61f + a26e187 commit e53e571

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)