Skip to content

Commit ba92d9d

Browse files
committed
ci(Mergify): configuration update
Signed-off-by: Francesco Gazzetta <[email protected]>
1 parent 7d4ce47 commit ba92d9d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/mergify.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
pull_request_rules:
22
- actions:
3-
merge:
4-
strict: smart+fasttrack
5-
method: squash
6-
name: Automatically merge pull requests
3+
queue:
4+
name: default
5+
# Merge into master with a merge commit
6+
method: merge
7+
# Update the pr branch with rebase, so the history is clean
8+
update_method: rebase
9+
name: Put pull requests in the rebase+merge queue
710
conditions:
811
- label=merge me
9-
- '#approved-reviews-by>=2'
12+
- '#approved-reviews-by>=2'
13+
14+
queue_rules:
15+
- name: default
16+
conditions: []

0 commit comments

Comments
 (0)