Skip to content

Commit

Permalink
Update mergify.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead authored May 1, 2024
1 parent 9e74802 commit f5f8b0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: Automatically merge PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success="Build binaries"
- "#approved-reviews-by>=2"
- approved-reviews-by=@longhorn/maintainer
actions:
Expand All @@ -10,15 +10,15 @@ pull_request_rules:

- name: Automatically merge Renovate PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success="Build binaries"
- author = renovate[bot]
actions:
merge:
method: rebase

- name: Automatically approve Renovate PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success="Build binaries"
- author = renovate[bot]
actions:
review:
Expand Down

0 comments on commit f5f8b0f

Please sign in to comment.