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
0503d989
Unverified
Commit
0503d989
authored
Mar 19, 2022
by
Georg Krause
Browse files
Fix ruby condition
parent
bbb29934
Pipeline
#19854
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.triage-policies.yml
View file @
0503d989
...
...
@@ -23,22 +23,6 @@ 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
:
Inactive issues (close)
conditions
:
date
:
...
...
@@ -129,7 +113,7 @@ resource_rules:
-
"
Status:
Need
triage"
-
name
:
Apply in progress if merge request is opened
conditions
:
ruby
:
issue.
merge_requests_count >
0
ruby
:
merge_requests_count >
0
actions
:
labels
:
-
"
Doing"
...
...
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