Skip to content

Commit

Permalink
Merge pull request #363 from michaelpj/mergify
Browse files Browse the repository at this point in the history
Add mergify config
  • Loading branch information
jneira authored Nov 3, 2021
2 parents 2221206 + 33c3dbe commit cc351aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
queue_rules:
- name: default
# Mergify always respects the branch protection settings
# so we can left empty mergify own ones
conditions: []

pull_request_rules:
- name: Automatically merge pull requests
conditions:
- label=merge me
actions:
queue:
method: squash
name: default

0 comments on commit cc351aa

Please sign in to comment.