Commit status do not allow emojis #29034
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
here you have available the list of emojis accepted by the api https://api.github.com/emojis |
Beta Was this translation helpful? Give feedback.
-
|
Bumping this thread. I agree with @samuelcolvin, while I can appreciate that the GH status API might not support 4-byte unicode directly, a nice workaround would be able to replace unicode like 🎉 with |
Beta Was this translation helpful? Give feedback.
-
|
Running into the same issue... I want to render an emoji in my checks, using the GitHub API. This seems not possible. From the docs it's not clear that you can't POST an emoji as part of the context or description. Note: I CAN use emojis in the name field in a Github Actions workflow. That renders an emoji in the check section. So it should be technically possible. 1. This works2. Adding an emoji to either description or context returns an errorError: 3. Replacing the emoji with the representation as described here does not error, but does not render an emojiAny help would be much appreciated! |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Either via gh markdown, or from unicode.
Submitted:
description='Change file looks good 🎉'Response:
Beta Was this translation helpful? Give feedback.
All reactions