-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix: typo in a11y bot creation #1003
fix: typo in a11y bot creation #1003
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1003 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 93 93
Lines 4992 4992
Branches 420 420
=======================================
Hits 4675 4675
Misses 316 316
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I have done this kind of typo so many times 😄 thanks for the quick followup!
🎉 This is included in version v1.42.1 🎉 The release is available on: Cheers! 📦🚀 |
anytime, happy to help 🙂 |
Uh oh! @JoshuaKGoldberg, the image you shared is missing helpful alt text. Check #1003 (comment). Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
PR Checklist
status: accepting prs
Overview
This PR fixes an error associated with the newly implemented
accessibility-alt-text-bot
which was introduced by writingissue
instead ofissues
.I also looked into the GH actions docs and noticed that
created
is not a possible option on issues and pull requests - replaced withopened
.