Skip to content

Commit f17df5e

Browse files
authored
Merge pull request openSUSE#314 from mimi1vx/mrst
chore(ci): loosen approval requirement and switch to rebase merge strategy
2 parents 465659d + 90f8a1e commit f17df5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ pull_request_rules:
1111
- "#check-pending=0"
1212
- linear-history
1313
- and:
14-
- "#approved-reviews-by>=2"
14+
- "#approved-reviews-by>=1"
1515
- "#changes-requested-reviews-by=0"
1616
# https://doc.mergify.io/examples.html#require-all-requested-reviews-to-be-approved
1717
- "#review-requested=0"
1818
actions: &merge
1919
merge:
20-
method: merge
20+
method: rebase
2121
- name: automatic merge on special label
2222
conditions:
2323
- and: *base_checks

0 commit comments

Comments
 (0)