We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a922f commit f569972Copy full SHA for f569972
.github/workflows/accessibility-alt-text.yml
@@ -1,5 +1,5 @@
1
name: Accessibility-alt-text-bot
2
-on:
+on:
3
issues:
4
types: [opened, edited]
5
pull_request:
@@ -20,7 +20,9 @@ jobs:
20
accessibility_alt_text_bot:
21
name: Check alt text is set on issue or pull requests
22
runs-on: ubuntu-latest
23
- if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
+ if:
24
+ ${{ github.event.issue || github.event.pull_request ||
25
+ github.event.discussion }}
26
steps:
27
- name: Get action 'github/accessibility-alt-text-bot'
28
uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest
0 commit comments