Skip to content

Commit

Permalink
add mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 13, 2024
1 parent ddeae97 commit a7b886c
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 @@
queue_rules:
- name: default
merge_conditions: []
defaults:
actions:
queue:
allow_merging_configuration_change: true
method: rebase
pull_request_rules:
- name: merge using the merge queue
conditions:
- base=master
- label~=merge-queue|dependencies
actions:
queue: {}

0 comments on commit a7b886c

Please sign in to comment.