Skip to content

Commit

Permalink
Merge branch 'master' into add-swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj authored Nov 3, 2021
2 parents 1418b7d + cc351aa commit fe3b342
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 fe3b342

Please sign in to comment.