parent
4f19491fec
commit
b75cf3f70b
|
@ -50,13 +50,15 @@ merge:
|
||||||
noConflict: true
|
noConflict: true
|
||||||
# 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")
|
# 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")
|
||||||
requiredLabels:
|
requiredLabels:
|
||||||
- "PR target:"
|
- "PR target: *"
|
||||||
- "cla: yes"
|
- "cla: yes"
|
||||||
|
|
||||||
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
|
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
|
||||||
forbiddenLabels:
|
forbiddenLabels:
|
||||||
- "PR target: TBD"
|
- "PR target: TBD"
|
||||||
- "PR action: cleanup"
|
- "PR action: cleanup"
|
||||||
|
- "PR action: review"
|
||||||
|
- "PR state: blocked"
|
||||||
- "cla: no"
|
- "cla: no"
|
||||||
|
|
||||||
# list of PR statuses that need to be successful
|
# list of PR statuses that need to be successful
|
||||||
|
@ -84,9 +86,15 @@ triage:
|
||||||
triagedLabels:
|
triagedLabels:
|
||||||
-
|
-
|
||||||
- "type: bug"
|
- "type: bug"
|
||||||
- "severity"
|
- "severity*"
|
||||||
- "freq"
|
- "freq*"
|
||||||
- "comp:"
|
- "comp: *"
|
||||||
-
|
-
|
||||||
- "type: feature"
|
- "type: feature"
|
||||||
- "comp:"
|
- "comp: *"
|
||||||
|
-
|
||||||
|
- "type: refactor"
|
||||||
|
- "comp: *"
|
||||||
|
-
|
||||||
|
- "type: RFC / Discussion / question"
|
||||||
|
- "comp: *"
|
||||||
|
|
Loading…
Reference in New Issue