Skip to content

Commit

Permalink
[mergify] use merge queue (elastic#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 1, 2021
1 parent f04a78a commit 74daa47
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
queue_rules:
- name: default
conditions:
- check-success=integrations/pr-merge

pull_request_rules:
- name: automatic merge of bot 🤖
conditions:
Expand All @@ -6,6 +11,6 @@ pull_request_rules:
- base=master
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
queue:
method: squash
strict: smart+fasttrack
name: default

0 comments on commit 74daa47

Please sign in to comment.