Skip to content

Commit 9afe756

Browse files
committed
Add support for discussion
1 parent dbbedcf commit 9afe756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ on:
1515
types: [opened, edited]
1616
issue_comment:
1717
types: [created, edited]
18+
discussion:
19+
types: [created, edited]
1820
1921
jobs:
2022
accessibility_alt_text_bot:
2123
name: Check alt text is set on issue or pull requests
2224
runs-on: ubuntu-latest
23-
if: ${{ github.event.issue || github.event.pull_request }}
25+
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
2426
steps:
2527
- name: Get action 'github/accessibility-alt-text-bot'
2628
uses: github/accessibility-alt-text-bot

0 commit comments

Comments
 (0)