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

ci: Use correct condition name (#2387)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 5bf390b4
...@@ -24,6 +24,12 @@ pull_request_rules: ...@@ -24,6 +24,12 @@ pull_request_rules:
queue: queue:
name: default name: default
method: squash method: squash
comment:
message: |
This PR has been added to the merge queue, and will be merged soon.
label:
add:
- on-merge-train
- name: Handle security critical PRs - name: Handle security critical PRs
conditions: conditions:
- "label=SR-Risk" - "label=SR-Risk"
...@@ -67,8 +73,8 @@ pull_request_rules: ...@@ -67,8 +73,8 @@ pull_request_rules:
message: Hey @{{author}}! This PR has merge conflicts. Please fix them before continuing review. message: Hey @{{author}}! This PR has merge conflicts. Please fix them before continuing review.
- name: Notify author when added to merge queue - name: Notify author when added to merge queue
conditions: conditions:
- "check-success=Queue: Embarked on merge train" - "check-pending=Queue: Embarked in merge train"
actions: actions:
comment: comment:
message: | message: |
This PR has been added to the merge train, and will be merged soon. This PR is next in line to be merged, and will be merged as soon as checks pass.
\ No newline at end of file \ No newline at end of file
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