Commit 55dc75db authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Respect do not merge tag in mergify (#2465)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent a8291f10
...@@ -5,22 +5,24 @@ queue_rules: ...@@ -5,22 +5,24 @@ queue_rules:
pull_request_rules: pull_request_rules:
- name: Automatic merge on approval - name: Automatic merge on approval
conditions: conditions:
- and: and:
- "#review-threads-unresolved=0" - "label!=do-not-merge"
- "#approved-reviews-by>=2" - and:
- "#changes-requested-reviews-by=0" - "#review-threads-unresolved=0"
- or: - "#approved-reviews-by>=2"
- and: - "#changes-requested-reviews-by=0"
- "label!=SR-Risk" - or:
- "label!=C-Protocol-Critical" - and:
- and: - "label!=SR-Risk"
- "label=SR-Risk" - "label!=C-Protocol-Critical"
- "approved-reviews-by=maurelian" - and:
- and: - "label=SR-Risk"
- "label=C-Protocol-Critical" - "approved-reviews-by=maurelian"
- or: - and:
- "approved-reviews-by=tynes" - "label=C-Protocol-Critical"
- "approved-reviews-by=smartcontracts" - or:
- "approved-reviews-by=tynes"
- "approved-reviews-by=smartcontracts"
actions: actions:
queue: queue:
name: default name: default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment