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:
Eberhard Beilharz 2021-09-27 17:58:26 +02:00
parent 9110ac3f1d
commit cf9cdf869e
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

View file

@ -64,4 +64,4 @@ labels:
- label: 'cherry-pick'
matcher:
title: '🍒'
title: '\(🍒|:cherries:\)'