Skip to content

Commit

Permalink
Update mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 16, 2022
1 parent 4b67f11 commit 57315ad
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pull_request_rules:
conditions: []
actions:
delete_head_branch: {}
- name: automatic merge for github-actions pull requests affecting build.sbt
- name: automatic merge for softwaremill-ci pull requests affecting build.sbt
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
- check-success=ci (JVM)
- check-success=ci (JS)
- check-success=mima
Expand All @@ -14,9 +14,9 @@ pull_request_rules:
actions:
merge:
method: merge
- name: automatic merge for github-actions pull requests affecting project plugins.sbt
- name: automatic merge for softwaremill-ci pull requests affecting project plugins.sbt
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
- check-success=ci (JVM)
- check-success=ci (JS)
- check-success=mima
Expand All @@ -25,19 +25,19 @@ pull_request_rules:
actions:
merge:
method: merge
- name: semi-automatic merge for github-actions pull requests
- name: semi-automatic merge for softwaremill-ci pull requests
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
- check-success=ci (JVM)
- check-success=ci (JS)
- check-success=mima
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
- name: automatic merge for github-actions pull requests affecting project build.properties
- name: automatic merge for softwaremill-ci pull requests affecting project build.properties
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
- check-success=ci (JVM)
- check-success=ci (JS)
- check-success=mima
Expand All @@ -46,9 +46,9 @@ pull_request_rules:
actions:
merge:
method: merge
- name: automatic merge for github-actions pull requests affecting .scalafmt.conf
- name: automatic merge for softwaremill-ci pull requests affecting .scalafmt.conf
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
- check-success=ci (JVM)
- check-success=ci (JS)
- check-success=mima
Expand All @@ -57,9 +57,9 @@ pull_request_rules:
actions:
merge:
method: merge
- name: automatic merge for github-actions pull requests affecting project Versions.scala
- name: automatic merge for softwaremill-ci pull requests affecting project Versions.scala
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
- check-success=ci (JVM)
- check-success=ci (JS)
- check-success=mima
Expand All @@ -68,9 +68,9 @@ pull_request_rules:
actions:
merge:
method: merge
- name: add label to github-actions PRs
- name: add label to softwaremill-ci PRs
conditions:
- author=github-actions[bot]
- author=softwaremill-ci
actions:
label:
add:
Expand Down

0 comments on commit 57315ad

Please sign in to comment.