Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#2237)
Browse files Browse the repository at this point in the history
* ci(mergify): upgrade configuration to current format

* Update rule name and queue name

---------

Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Mario Rodriguez Molins <[email protected]>
  • Loading branch information
mergify[bot] and mrodm authored Nov 22, 2024
1 parent 12f09d2 commit 8cc126a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- check-success=buildkite/elastic-package
- check-success=CLA
- base=main
- author~=^dependabot(|-preview)\[bot\]$
merge_conditions:
- check-success=buildkite/elastic-package
merge_method: squash

pull_request_rules:
- name: automatic approval for Dependabot pull requests
Expand All @@ -12,12 +18,7 @@ pull_request_rules:
type: APPROVE
message: Automatically approving dependabot
- name: automatic merge of bot 🤖
conditions:
- check-success=buildkite/elastic-package
- check-success=CLA
- base=main
- author~=^dependabot(|-preview)\[bot\]$
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit 8cc126a

Please sign in to comment.