File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
accessibility_alt_text_bot:
21
21
name: Check alt text is set on issue or pull requests
22
22
runs-on: ubuntu-latest
23
- if: ${{ github.event.issue || github.event.pull_request && github.event.comment.user.login != 'accessibility-bot' }}
23
+ if: ${{ github.event.issue || github.event.pull_request }}
24
24
steps:
25
25
- name: Get private action 'github/accessibility-alt-text-bot'
26
26
uses: github/accessibility-alt-text-bot
31
31
To ensure you stay on a stable version of this action consider locking the action to a specific version.
32
32
33
33
```
34
- uses: github/accessibility-alt-text-bot@4a94d0359143b44dab2e392616a02f88c30329df
34
+ uses: github/accessibility-alt-text-bot@v1.0.0
35
35
```
36
36
37
37
Replace the ref value with any commit hash.
You can’t perform that action at this time.
0 commit comments