We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61443b0 commit 356bfc4Copy full SHA for 356bfc4
cluster/ci/config/prow/config.yaml
@@ -600,6 +600,18 @@ tide:
600
- do-not-merge/hold
601
- do-not-merge/work-in-progress
602
- do-not-merge/invalid-owners-file
603
+ - repos:
604
+ - openshift/community
605
+ labels:
606
+ - lgtm
607
+ - approved
608
+ missingLabels:
609
+ - needs-rebase
610
+ - do-not-merge/blocked-paths
611
+ - do-not-merge/hold
612
+ - do-not-merge/work-in-progress
613
+ - do-not-merge/invalid-owners-file
614
+ - bugzilla/invalid-bug
615
- orgs:
616
- cri-o
617
labels:
cluster/ci/config/prow/plugins.yaml
@@ -50,6 +50,9 @@ plugins:
50
- wip
51
- yuks
52
53
+ openshift/community:
54
+ - approve
55
+
56
openshift/config:
57
- config-updater
58
- approve
0 commit comments