Use correct label for "Update Parser Tests" action (#12596)

This commit is contained in:
Nicolò Ribaudo 2021-01-08 03:52:54 +01:00 committed by GitHub
parent 37f3aabb66
commit 6e70deabcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:"]
})
}