Skip to content

Commit

Permalink
Merge pull request #8 from lpm0073/next
Browse files Browse the repository at this point in the history
chore: setup mergify and test pr workflow
  • Loading branch information
lpm0073 authored Nov 13, 2023
2 parents d5ab09c + e436fc8 commit a608db1
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 @@
# see:
# - https://docs.mergify.com/getting-started/
pull_request_rules:
- name: automatic approve dependabot pull requests
conditions:
- 'author~=dependabot[bot]|dependabot-preview[bot]|dependabot'
actions:
review:
type: APPROVE

- name: automatic merge dependabot pull requests
conditions:
- 'author~=dependabot[bot]|dependabot-preview[bot]|dependabot'
- '#approved-reviews-by>=1'
- 'base=main' # replace 'main' with the name of the branch you want to auto-merge into
actions:
merge:
method: merge

0 comments on commit a608db1

Please sign in to comment.