Skip to content

Commit

Permalink
add rule with label for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 29, 2023
1 parent d09aba1 commit 0869f13
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,2 +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 0869f13

Please sign in to comment.