Skip to content

Commit

Permalink
.mergify.yml: horothesun-renovate[bot] support
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun authored Dec 29, 2023
1 parent 41d87e7 commit 7262d07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
pull_request_rules:

- name: Automatically approve Scala Steward PRs
- name: Automatically approve bot PRs
conditions: &base_merge_conditions
- author=horothesun-scala-steward[bot]
- status-success=ShellCheck
- status-success=GitHub workflows check
- status-success=Scalafmt check
- status-success=Run tests
- status-success=Build Docker image
- or:
- author=horothesun-scala-steward[bot]
- author=horothesun-renovate[bot]
actions:
review:
type: APPROVE

- name: Automatically merge Scala Steward PRs
- name: Automatically merge bot PRs
conditions:
- and: *base_merge_conditions
- and:
Expand Down

0 comments on commit 7262d07

Please sign in to comment.