Skip to content

Commit

Permalink
Merge pull request #43 from informalsystems/ph/remove-queue
Browse files Browse the repository at this point in the history
Remove queue from mergify config
  • Loading branch information
p-offtermatt authored Aug 21, 2023
2 parents 67e4060 + 437a21e commit 99ae11c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ defaults:
assignees:
- "{{ author }}"

queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: Backport patches to the v0.37.x branch
conditions:
Expand All @@ -17,12 +12,12 @@ pull_request_rules:
actions:
backport:
branches:
- release/v0.37.x
- v0.37.x
- name: Backport patches to the v0.34.x branch
conditions:
- base=main
- label=A:backport/v0.34.x
actions:
backport:
branches:
- release/v0.34.x
- v0.34.x

0 comments on commit 99ae11c

Please sign in to comment.