We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd419f1 commit 645a5abCopy full SHA for 645a5ab
.github/workflows/test-accessibility-alt-text-bot.yml
@@ -15,7 +15,7 @@ jobs:
15
accessibility_alt_text_bot:
16
name: Check alt text is set on issue or pull requests
17
runs-on: ubuntu-latest
18
- if: ${{ github.event.issue || github.event.pull_request || github.event.discussion && github.event.comment.user.login != 'accessibility-bot' }}
+ if: ${{ !endsWith(github.actor, '[bot]') }}
19
steps:
20
- name: Check alt text
21
uses: github/accessibility-alt-text-bot@main
README.md
@@ -50,6 +50,7 @@ permissions:
50
jobs:
51
52
53
54
55
56
- name: Get action 'github/accessibility-alt-text-bot'
0 commit comments