summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2023-02-11 07:35:07 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-02-11 20:23:46 +0900
commitf8b7d483f551281f54170672e1e835c315f1423b (patch)
tree9d541ab835a881f4877ef152cc8cb6d9f3442b27 /.github
parentfa8cf1e54dcdc388ec7a4da190c363018814050d (diff)
downloadsystemd-f8b7d483f551281f54170672e1e835c315f1423b.tar.gz
ci(labeler): fix missing emoji in `quick-review` label
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 6adba75aa4..f5e8680f48 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -103,7 +103,7 @@ jobs:
"needs-reporter-feedback ❓",
"dont-merge",
"squash-on-merge",
- "quick-review"]) {
+ "quick-review 🏃‍♂️"]) {
try {
await github.rest.issues.removeLabel({
issue_number: context.issue.number,