Skip to content

Commit e81347e

Browse files
author
dmytro.obodowsky
committed
add mergify support
1 parent 6173dcc commit e81347e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.mergify.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ pull_request_rules:
77
users: [semenodm]
88
label:
99
add: [dependency-update]
10+
- name: automatic update of pull requests where more 1 commits behind
11+
conditions:
12+
- base=main
13+
- "#commits-behind>1"
14+
actions:
15+
update:
1016
- name: merge scala-steward's PRs
1117
conditions:
1218
- author=scala-steward

0 commit comments

Comments
 (0)