github / accessibility-alt-text-bot

An action to remind users to add alt text on Issues, Pull Requests, and Discussions
MIT License
74 stars 13 forks source link

Dependabot PR trigger a false positive #28

Closed Th3S4mur41 closed 11 months ago

Th3S4mur41 commented 1 year ago

GitHub's accessibility alt text bot is complaining about images missing alt text in dependabot PR

Uh oh! https://github.com/dependabot[bot], the image you shared is missing helpful alt text. Check your pull request body.

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.

dependabot PR with accessibility bot error

The only image in the PR is the compatibility score which does have an alt text

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/accessibility-alt-text-bot&package-manager=github_actions&previous-version=1.2.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Here the HTML output as well to verify:

<a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/dcc310bf5bed38d53e532c75b4c98d348b39d0121dab9d3bc931d10b10d7614b/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d6769746875622f6163636573736962696c6974792d616c742d746578742d626f74267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d312e322e30266e65772d76657273696f6e3d312e332e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/accessibility-alt-text-bot&amp;package-manager=github_actions&amp;previous-version=1.2.0&amp;new-version=1.3.0" style="max-width: 100%;"></a>
kendallgassner commented 1 year ago

related to #30