parent
142117f6bb
commit
8d34364ff5
|
@ -80,12 +80,14 @@ merge:
|
||||||
|
|
||||||
# options for the triage plugin
|
# options for the triage plugin
|
||||||
triage:
|
triage:
|
||||||
|
# number of the milestone to apply when the issue has not been triaged yet
|
||||||
|
needsTriageMilestone: 83,
|
||||||
# number of the milestone to apply when the issue is triaged
|
# number of the milestone to apply when the issue is triaged
|
||||||
defaultMilestone: 82,
|
defaultMilestone: 82,
|
||||||
# arrays of labels that determine if an issue is triaged
|
# arrays of labels that determine if an issue is triaged
|
||||||
triagedLabels:
|
triagedLabels:
|
||||||
-
|
-
|
||||||
- "type: bug"
|
- "type: bug/fix"
|
||||||
- "severity*"
|
- "severity*"
|
||||||
- "freq*"
|
- "freq*"
|
||||||
- "comp: *"
|
- "comp: *"
|
||||||
|
|
Loading…
Reference in New Issue