From 9e65bb4ef4727f11655401250e03ba2754c66e67 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Tue, 13 Jan 2026 17:28:19 -0500 Subject: [PATCH] Add mergify label job for "bug" in PR titles (#31980) Signed-off-by: mgoin --- .github/mergify.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index a496dd302..080767ca7 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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: