Skip to content

Commit

Permalink
ci: update mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masnagam committed May 23, 2024
1 parent 79643dd commit 91b7284
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
pull_request_rules:
- name: automatic merge for PRs from bots
- name: Automatically approve PRs from bots
conditions:
- or:
- author = dependabot[bot]
- author = mirakc-ci[bot]
- check-success = build / build
- check-success = cross-build / cross-build (armhf)
- check-success = cross-build / cross-build (arm64)
actions:
review:
type: APPROVE
- name: automatic merge for PRs from bots
conditions:
- or:
- author = dependabot[bot]
- author = mirakc-ci[bot]
- '#approved-reviews-by >= 1'
actions:
merge:
method: merge
method: squash

0 comments on commit 91b7284

Please sign in to comment.