Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
automation
Commits
400d5e4c
Commit
400d5e4c
authored
Apr 09, 2021
by
Georg Krause
Browse files
Merge branch 'reduce-pressure' into 'main'
Do not use list expansion for forbidden labels See merge request
!5
parents
e9dceba6
f6570de9
Pipeline
#13900
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.triage-policies.yml
View file @
400d5e4c
...
...
@@ -111,8 +111,15 @@ resource_rules:
-
name
:
Make sure each issue has a Status label
conditions
:
forbidden_labels
:
-
Status
:
{
Blocked
,
Draft
,
input wanted
,
Needs Design
,
Needs reproduction
,
Need triage
,
Ready
,
Review wanted
}
forbidden_labels
:
-
Status
:
Blocked
-
Status
:
Draft
-
Status
:
input wanted
-
Status
:
Needs Design
-
Status
:
Needs reproduction
-
Status
:
Need triage
-
Status
:
Ready
-
Status
:
Review wanted
state
:
opened
actions
:
labels
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment