Skip to content

Commit 50bc706

Browse files
vdemeestertekton-robot
authored andcommitted
ci: Enable Tide from-branch-protection context policy
- Allow conditional/skipped GitHub Actions jobs to not block merges - Derive required contexts from branch protection rules (Terraform) Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 328113f commit 50bc706

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

prow/control-plane/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ sinker:
2626

2727
tide:
2828
sync_period: 2m
29+
context_options:
30+
# Derive required/optional contexts from GitHub branch protection
31+
# rules (managed via Terraform in terraform/branch-protection/).
32+
# This allows conditional/skipped GitHub Actions jobs to not block
33+
# Tide from merging PRs.
34+
from-branch-protection: true
2935
queries:
3036
- repos:
3137
- tektoncd-catalog/golang

0 commit comments

Comments
 (0)