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 5c76c11 commit 3d9f43fCopy full SHA for 3d9f43f
.github/workflows/accessibility-alt-text-bot.yml
@@ -6,12 +6,16 @@ on:
6
types: [opened, edited]
7
issue_comment:
8
types: [created, edited]
9
+ discussion:
10
+ types: [created, edited]
11
+ discussion_comment:
12
13
14
jobs:
15
accessibility_alt_text_bot:
16
name: Check alt text is set on issue or pull requests
17
runs-on: ubuntu-latest
- if: ${{ github.event.issue || github.event.pull_request }}
18
+ if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
19
steps:
20
- name: Get action 'github/accessibility-alt-text-bot'
- uses: github/accessibility-alt-text-bot@v1.0.0
21
+ uses: github/accessibility-alt-text-bot@v1.2.0
0 commit comments