Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: DraugSköll <kprinny@gmail.com>
  • Loading branch information
reisene committed Jan 15, 2025
1 parent 91d737d commit 68f903b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
pull_request_rules:
- name: Label Mergify Stacks PRs
description: Pull requests that are part of a Mergify stack should be labeled as such
conditions:
- "commits[0].commit_message ~= (?m)Change-Id:"
actions:
label:
toggle:
- stack
- name: Automatic merge
description: Merge when PR passes all branch protection and has label automerge
conditions:
Expand Down Expand Up @@ -70,11 +78,3 @@ merge_protections:
queue_rules: []
merge_queue:
max_parallel_checks: 5
priority_rules:
- name: threattrix
priority: high
conditions:
- head = trx
- and:
- base = main
allow_checks_interruption: true

0 comments on commit 68f903b

Please sign in to comment.