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 dbbedcf commit 9afe756Copy full SHA for 9afe756
README.md
@@ -15,12 +15,14 @@ on:
15
types: [opened, edited]
16
issue_comment:
17
types: [created, edited]
18
+ discussion:
19
+ types: [created, edited]
20
21
jobs:
22
accessibility_alt_text_bot:
23
name: Check alt text is set on issue or pull requests
24
runs-on: ubuntu-latest
- if: ${{ github.event.issue || github.event.pull_request }}
25
+ if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
26
steps:
27
- name: Get action 'github/accessibility-alt-text-bot'
28
uses: github/accessibility-alt-text-bot
0 commit comments