From 14534e6f78e74f470eca43ab52fb8717ad209bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 21 Dec 2020 19:52:12 -0500 Subject: [PATCH] polish: create ascii-only labels [skip ci] (#12540) --- .github/workflows/update-parser-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-parser-tests.yml b/.github/workflows/update-parser-tests.yml index 3a46ad016a..64516720e9 100644 --- a/.github/workflows/update-parser-tests.yml +++ b/.github/workflows/update-parser-tests.yml @@ -86,6 +86,6 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: result.data.number, - labels: ["area: test262", "repo automation 🤖"] + labels: ["area: test262", "repo automation :robot_face:"] }) }