chore(deps): update dependency eslint-plugin-n to v17.20.0 #4405
This file contains hidden or 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@602a5efcf386c52ef8b9a11ead9bfa6ef8d56ba5 # v1.4.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 |