From: Jan Macku Date: Sat, 11 Feb 2023 06:35:07 +0000 (+0100) Subject: ci(labeler): fix missing emoji in `quick-review` label X-Git-Tag: v253~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8b7d483f551281f54170672e1e835c315f1423b;p=thirdparty%2Fsystemd.git ci(labeler): fix missing emoji in `quick-review` label --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6adba75aa4a..f5e8680f481 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,