diff options
author | Jan Macku <jamacku@redhat.com> | 2023-02-11 07:35:07 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-02-11 12:23:46 +0100 |
commit | f8b7d483f551281f54170672e1e835c315f1423b (patch) | |
tree | 9d541ab835a881f4877ef152cc8cb6d9f3442b27 /.github | |
parent | NEWS: update date (diff) | |
download | systemd-f8b7d483f551281f54170672e1e835c315f1423b.tar.xz systemd-f8b7d483f551281f54170672e1e835c315f1423b.zip |
ci(labeler): fix missing emoji in `quick-review` label
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
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, |