Skip to content

Commit

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

0 comments on commit 79643dd

Please sign in to comment.