Commit 752a4062 authored by refcell.eth's avatar refcell.eth Committed by GitHub

fix: Mergify Queue Conditions (#7483)

* Fixes the mergify queue conditions.

* Fix mergify queue conditions
parent 19da4fb9
queue_rules:
- name: urgent
queue_conditions:
- label = C-urgent
- "label=C-urgent"
- name: default
queue_conditions: []
queue_conditions:
- "label!=C-urgent"
- author!=dependabot[bot]
- name: lowpriority
queue_conditions:
- author=dependabot[bot]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment