Skip to content

Commit

Permalink
replace bors with mergify
Browse files Browse the repository at this point in the history
bors no longer works for merge queues.
  • Loading branch information
Mic92 committed Sep 18, 2023
1 parent ca41b8a commit 09943cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
queue_rules:
- name: default
merge_conditions:
- check-success=tests
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: {}
2 changes: 0 additions & 2 deletions bors.toml

This file was deleted.

0 comments on commit 09943cd

Please sign in to comment.