-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
On [Github] issues badge, add quotes around multi-word labels #1178
Conversation
Thanks. I like the look of the label with quotes! I mentioned in d29bdea that these badges were dependent on #1135 which has been merged but is waiting to be deployed. It's working correctly on the staging server: https://shields-staging.herokuapp.com/github/issues/badges/shields/good%20first%20issue.svg |
Great to see them working. I've missed that change. |
We should merge your issue -> pull request alt text change on L73. Would you like to update the badge code to insert quotes into the badge title, when given a multi-word issue? In other words, to change good first issue issues to “good first issue” issues. |
Is there a new deploy scheduled? Or do you plan on merging specific PR's first? |
.expectJSONTypes(Joi.object().keys({ | ||
name: 'Easy Change issues', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently there are 283 open issues with "App - Cockatrice" label and 0 with "Easy Change" label.
It's usually within 1–3 weeks. Thaddée is the only one with access, though we're aiming to add me sometime next month. You can monitor the gh-pages branch which will update when the deploy happens.
Master is always ready to deploy, at least that's my aim. |
Ran github tests locally with #1114. Two unrelated timeouts:
|
Thanks! This is sweet! 🍰 |
Thanks! |
Now "good first issue" badges in README works properly.