Skip to content

An action to remind users to add alt text on Issues, Pull Requests, and Discussions

License

Notifications You must be signed in to change notification settings

github/accessibility-alt-text-bot

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Accessibility-alt-text-bot

An action to remind users to add alt text to their issue descriptions and comments.

How to add this action to your repo

Copy this workflow into any repo you want the accessibility-alt-text-bot to run in.

name: Accessibility-alt-text-bot
on: 
  issues:
    types: [opened, edited]
  pull_request:
    types: [opened, edited]
  issue_comment:
    types: [created, edited]

jobs:
  accessibility_alt_text_bot:
    name: Check alt text is set on issue or pull requests
    runs-on: ubuntu-latest
    if: ${{ github.event.issue || github.event.pull_request }}
    steps:
      - name: Get action 'github/accessibility-alt-text-bot'
        uses: github/accessibility-alt-text-bot

Action stability

To ensure you stay on a stable version of this action consider locking the action to a specific version.

       uses: github/accessibility-alt-text-bot@v1.0.0

Replace the ref value with any commit hash.

License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.

Maintainers

See CODEOWNERS.

Support

TODO: Be explicit about support expectations.

Acknowledgement

Please read Contributing Guide for more information.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Katie Foster
Katie Foster

🤔 ️️️️♿️
Kendall Gassner
Kendall Gassner

💻 ️️️️♿️ 📖 🚇
Kate Higa
Kate Higa

💻 ️️️️♿️ 📖 🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

About

An action to remind users to add alt text on Issues, Pull Requests, and Discussions

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published