From 6e70deabcf3bc081f94d3b37c3cd45897a1aec71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 8 Jan 2021 03:52:54 +0100 Subject: [PATCH] Use correct label for "Update Parser Tests" action (#12596) --- .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 64516720e9..83dd675ad5 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 :robot_face:"] + labels: ["area: test262", "repo automation :robot:"] }) }