Skip to content

Commit

Permalink
add mergify support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro.obodowsky committed Sep 21, 2023
1 parent 5f31ccf commit f000ae9
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: assign and label scala-steward's PRs
conditions:
- author=scala-steward
actions:
assign:
users: [semenodm]
label:
add: [dependency-update]
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- status-success=Format
- status-success=Test (2.13.11, [email protected], ubuntu-latest)
- status-success=Test (2.13.11, [email protected], ubuntu-20.04)
actions:
merge:
method: squash

0 comments on commit f000ae9

Please sign in to comment.