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

Use closed by instead of related merge requests

parent e375358a
No related branches found
No related tags found
No related merge requests found
Pipeline #19867 passed with stage
in 2 minutes and 38 seconds
...@@ -113,7 +113,7 @@ resource_rules: ...@@ -113,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: related_merge_requests.count{ |mr| mr.state == "opened" } > 0 ruby: closed_by.count{ |mr| mr.state == "opened" } > 0
state: opened state: opened
forbidden_labels: forbidden_labels:
- "Status: Blocked" - "Status: Blocked"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment