Skip to content

Commit

Permalink
fix queuing conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 2, 2024
1 parent fb055f3 commit c6134b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
queue_rules:
- name: default
queue_conditions:
- base=master
- label~=merge-queue|dependencies
merge_conditions:
- check-success=buildbot/nix-build
merge_method: rebase

pull_request_rules:
- name: refactored queue action rule
conditions: []
conditions:
- base=master
- label~=merge-queue|dependencies
actions:
queue:

0 comments on commit c6134b6

Please sign in to comment.