From f8b7d483f551281f54170672e1e835c315f1423b Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Sat, 11 Feb 2023 07:35:07 +0100 Subject: ci(labeler): fix missing emoji in `quick-review` label --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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, -- cgit v1.2.1