mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
chore(common): Enhance cherry-pick labeling
So far we only check for the 🍒 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 `🍒` text.
This commit is contained in:
parent
9110ac3f1d
commit
cf9cdf869e
1 changed files with 1 additions and 1 deletions
2
.github/multi-labeler.yml
vendored
2
.github/multi-labeler.yml
vendored
|
|
@ -64,4 +64,4 @@ labels:
|
|||
|
||||
- label: 'cherry-pick'
|
||||
matcher:
|
||||
title: '🍒'
|
||||
title: '\(🍒|:cherries:\)'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue