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
......@@ -113,7 +113,7 @@ resource_rules:
- "Status: Need triage"
- name: Apply in progress if merge request is opened
conditions:
ruby: related_merge_requests.count{ |mr| mr.state == "opened" } > 0
ruby: closed_by.count{ |mr| mr.state == "opened" } > 0
state: opened
forbidden_labels:
- "Status: Blocked"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment