Skip to content
Snippets Groups Projects
Unverified Commit 0503d989 authored by Georg Krause's avatar Georg Krause
Browse files

Fix ruby condition

parent bbb29934
No related branches found
No related tags found
No related merge requests found
Pipeline #19854 passed with warnings
...@@ -23,22 +23,6 @@ resource_rules: ...@@ -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 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! 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) - name: Inactive issues (close)
conditions: conditions:
date: date:
...@@ -129,7 +113,7 @@ resource_rules: ...@@ -129,7 +113,7 @@ resource_rules:
- "Status: Need triage" - "Status: Need triage"
- name: Apply in progress if merge request is opened - name: Apply in progress if merge request is opened
conditions: conditions:
ruby: issue.merge_requests_count > 0 ruby: merge_requests_count > 0
actions: actions:
labels: labels:
- "Doing" - "Doing"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment