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 committed Apr 24, 2024
1 parent e60417f commit de77482
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
pull_request_rules:
- name: automatic merge after review
- name: Automatically merge PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success=DCO
- check-success=CodeFactor
- check-success=codespell
- "#approved-reviews-by>=2"
- approved-reviews-by=@longhorn/maintainer
actions:
merge:
method: rebase

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

- name: Automatically approve Renovate PRs
conditions:
- author = renovate[bot]
actions:
review:
type: APPROVE

- name: ask to resolve conflict
- name: Ask to resolve conflict
conditions:
- conflict
actions:
Expand Down

0 comments on commit de77482

Please sign in to comment.