Commit e758153e authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2692 from mslipper/feat/mergify-loop

ci: Update mergify to not loop
parents 6442ddcf 3c5aee9c
......@@ -27,12 +27,23 @@ pull_request_rules:
queue:
name: default
method: squash
- name: Add merge train label
conditions:
- "queue-position >= 0"
actions:
comment:
message: |
This PR has been added to the merge queue, and will be merged soon.
message: |
This PR has been added to the merge queue, and will be merged soon.
label:
add:
- on-merge-train
- name: Remove merge train label
conditions:
- "queue-position = -1"
actions:
label:
remove:
- on-merge-train
- name: Handle security critical PRs
conditions:
- "label=SR-Risk"
......@@ -96,9 +107,6 @@ pull_request_rules:
comment:
message: |
Merge failed. Please see automated check logs for more details.
label:
remove:
- on-merge-train
- name: Nag changesets
conditions:
- and:
......
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