🛠 Tooling: main is failing because release-it action fails #1783
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
accessibility_alt_text_bot: | |
if: ${{ !endsWith(github.actor, '[bot]') }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/accessibility-alt-text-bot@ac6fa6d29595e1175b343b9d6d35cf7570a692f6 # v1.5.0 | |
name: Accessibility Alt Text Bot | |
on: | |
issue_comment: | |
types: | |
- created | |
- edited | |
issues: | |
types: | |
- edited | |
- opened | |
pull_request: | |
types: | |
- edited | |
- opened | |
permissions: | |
issues: write | |
pull-requests: write |