polish: create ascii-only labels [skip ci] (#12540)

This commit is contained in:
Huáng Jùnliàng 2020-12-21 19:52:12 -05:00 committed by GitHub
parent 1805d50bb8
commit 14534e6f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,6 @@ jobs:
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
issue_number: result.data.number, issue_number: result.data.number,
labels: ["area: test262", "repo automation 🤖"] labels: ["area: test262", "repo automation :robot_face:"]
}) })
} }