fix(common): Fix cherry-pick labeling

My previous commit escaped the parens which should be part of the
regex.
This commit is contained in:
Eberhard Beilharz 2021-09-30 16:48:25 +02:00
parent 764fe6421a
commit 01789142bc
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -12,7 +12,7 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Update labels based on PR title
id: labeler
uses: fuxingloh/multi-labeler@8afa186ed03230c98fe24ebf9fe35093072ad46e
uses: fuxingloh/multi-labeler@8afa186ed03230c98fe24ebf9fe35093072ad46e # v1.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
config-path: .github/multi-labeler.yml