Skip to content

Commit

Permalink
Merge branch 'main' into upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 21, 2023
2 parents c60de22 + 0b8011d commit ef49504
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ pull_request_rules:
- name: automatic update of pull requests where more 1 commits behind
conditions:
- base=main
- "#commits-behind>1"
- "#commits-behind>0"
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 ef49504

Please sign in to comment.