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
8f46be77
Verified
Commit
8f46be77
authored
Aug 17, 2021
by
Georg Krause
Browse files
Disable removing inactive label since it does not work as expected
parent
52efae75
Pipeline
#19850
passed with stage
in 25 seconds
Changes
1
Pipelines
215
Hide whitespace changes
Inline
Side-by-side
.triage-policies.yml
View file @
8f46be77
...
...
@@ -23,21 +23,21 @@ resource_rules:
A member of the team will have a look at this ticket as soon as possible. Afterwards this ticket will follow
our issue workflow. We would really appreciate if you could check back to answer questions. Enjoy!
-
name
:
Remove inactive label if there was activity
conditions
:
date
:
attribute
:
updated_at
condition
:
newer_than
interval_type
:
days
interval
:
60
state
:
opened
labels
:
-
"
inactive"
limits
:
most_recent
:
50
actions
:
remove_labels
:
-
"
inactive"
#
- name: Remove inactive label if there was activity
#
conditions:
#
date:
#
attribute: updated_at
#
condition: newer_than
#
interval_type: days
#
interval: 60
#
state: opened
#
labels:
#
- "inactive"
#
limits:
#
most_recent: 50
#
actions:
#
remove_labels:
#
- "inactive"
-
name
:
Inactive issues (close)
conditions
:
...
...
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