We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938430 commit d010b2bCopy full SHA for d010b2b
.mergify.yml
@@ -1,15 +1,15 @@
1
pull_request_rules:
2
- name: Automatic merge on approval if project/plugins.sbt was changed
3
conditions:
4
- - "status-success=ci/circleci: build"
+ - "check-success=build"
5
- files=project/plugins.sbt
6
- "#files=1"
7
actions:
8
merge:
9
method: merge
10
- name: Automatic merge on approval if project/Dependencies.scala was changed
11
12
13
- files=project/Dependencies.scala
14
15
0 commit comments