Unverified Commit 9e65bb4e authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

Add mergify label job for "bug" in PR titles (#31980)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 0db574b1
......@@ -414,6 +414,18 @@ pull_request_rules:
remove:
- needs-rebase
- name: label-bug
description: Automatically apply bug label
conditions:
- label != stale
- or:
- title~=(?i)\bbug\b
- title~=(?i)\bbugfix\b
actions:
label:
add:
- bug
- name: label-kv-connector
description: Automatically apply kv-connector label
conditions:
......
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