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 e81347e commit 5907724
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ pull_request_rules:
- "#commits-behind>1"
actions:
update:
- name: automatic approval for scala-stewart pull requests
conditions:
- author=scala-steward
actions:
review:
type: APPROVE
message: Automatically approving scala-steward PRs
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
Expand Down

0 comments on commit 5907724

Please sign in to comment.