Skip to content

Commit

Permalink
add minimal mergify config (#3338)
Browse files Browse the repository at this point in the history
* add minimal mergify config

* add rule with label for PRs
  • Loading branch information
SylvainJuge authored Sep 29, 2023
1 parent aaf83f4 commit 085c2ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
queue_rules:
- name: default
# branch protection rules are automatically included, no extra rule needed for now

pull_request_rules:
- name: Automatic squash and merge on approval with success checks and ready-to-merge label
conditions:
- label=ready-to-merge
- base=main
actions:
queue:
method: squash
name: default

0 comments on commit 085c2ad

Please sign in to comment.