Skip to content

Commit

Permalink
add mergify conf
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrank committed Apr 24, 2023
1 parent 1f696df commit dad0d85
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
- name: automatic merge for Dependabot pull requests
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=CI - test and coverage / test (pull_request)
- title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.
actions:
merge:
method: merge

0 comments on commit dad0d85

Please sign in to comment.