File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,13 +50,15 @@ merge:
5050 noConflict : true
5151 # list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")
5252 requiredLabels :
53- - " PR target:"
53+ - " PR target: * "
5454 - " cla: yes"
5555
5656 # list of labels that a PR shouldn't have, checked after the required labels with a regexp
5757 forbiddenLabels :
5858 - " PR target: TBD"
5959 - " PR action: cleanup"
60+ - " PR action: review"
61+ - " PR state: blocked"
6062 - " cla: no"
6163
6264 # list of PR statuses that need to be successful
@@ -84,9 +86,15 @@ triage:
8486 triagedLabels :
8587 -
8688 - " type: bug"
87- - " severity"
88- - " freq"
89- - " comp:"
89+ - " severity* "
90+ - " freq* "
91+ - " comp: * "
9092 -
9193 - " type: feature"
92- - " comp:"
94+ - " comp: *"
95+ -
96+ - " type: refactor"
97+ - " comp: *"
98+ -
99+ - " type: RFC / Discussion / question"
100+ - " comp: *"
You can’t perform that action at this time.
0 commit comments