From cf9cdf869efb503aec128eecee06dc50ce95b72e Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Mon, 27 Sep 2021 17:58:26 +0200 Subject: [PATCH] chore(common): Enhance cherry-pick labeling So far we only check for the :cherries: emoji character to add the cherry-pick label. GitHub now also supports emoticons as text in PR titles. This change adds the detection of the `:cherries:` text. --- .github/multi-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/multi-labeler.yml b/.github/multi-labeler.yml index e5feef3dd9..a06a0b23e6 100644 --- a/.github/multi-labeler.yml +++ b/.github/multi-labeler.yml @@ -64,4 +64,4 @@ labels: - label: 'cherry-pick' matcher: - title: '🍒' + title: '\(🍒|:cherries:\)'