Skip to content

Commit

Permalink
Create .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun authored Dec 29, 2023
1 parent a710ac1 commit 88d6625
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pull_request_rules:

- name: Automatically approve bot PRs
conditions: &base_merge_conditions
- status-success=shellcheck
- author=horothesun-renovate[bot]
actions:
review:
type: APPROVE

- name: Automatically merge bot PRs
conditions:
- and: *base_merge_conditions
- and:
- "#approved-reviews-by>=1"
actions:
merge:
method: squash

0 comments on commit 88d6625

Please # to comment.