- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making the status text more useful #149
Comments
Hey @gr2m, I was wondering what exactly you are looking for in this feature? Might take a crack at it if I have time. |
Nice, thanks for offering help! Right now, when WIP sets a status to pending, it’s shown like this in the list of statuses:
Which is quite repetitive. The "Work in progress" part is actually the title of the check: So instead I’d set the title to something more useful, like Line 15 in 8f55e47
Line 22 in 8f55e47
If I recall correctly, there might be a problem with emoji when setting a status description directly, I’m not sure if checks have the same problem, we’d need to test. Do you know how to run the app locally for testing? |
@gr2m Thanks for the detailed response! So if I'm not mistaken this is what you're looking for correct? 😄 I tried setting an emoji and it appears you were right about it not working correctly. Any recommendations here? |
Thanks for looking into it!
Yes!
Maybe try to use the markdown code instead and see if it works? E.g. in this case it’s If that works, we can look into a way to replace emoji into their markdown counterpart. |
🎉 This issue has been resolved in version 3.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Instead of just showing
in progress – Work in progress
I’d like to show something likein progress – "WIP" found in title
The text was updated successfully, but these errors were encountered: