Skip to content

Commit

Permalink
ci(Mergify): configuration update (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: Taro L. Saito <leo@xerial.org>
  • Loading branch information
xerial authored May 24, 2023
1 parent f1b41ad commit 45bafe4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pull_request_rules:
- name: Automatic merge Scala Steward PRs
conditions:
- author=xerial-bot
- check-success=Code Format
- check-success=Test JDK11
- check-success=Test JDK17
- or:
- title~=^Update airframe-
- title~=^Update sbt-airframe
- title~=^Update airspec
- title~=^Update scalafmt-core
- label=sbt-plugin-update
- label=test-library-update
- label=library-update
actions:
merge:
method: squash

0 comments on commit 45bafe4

Please sign in to comment.