Skip to content

Commit

Permalink
[mergify] fix mergify config again (elastic#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored and schikin committed Oct 11, 2023
1 parent e77665a commit 657665a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
queue_rules:
- name: default
# merge method needs to be set to 'squash' to match the repository config
merge_method: squash
# branch protection rules are automatically included, no extra rule needed for now

pull_request_rules:
Expand All @@ -9,5 +11,4 @@ pull_request_rules:
- base=main
actions:
queue:
merge_method: squash
name: default

0 comments on commit 657665a

Please sign in to comment.