We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fe94f commit 72c9dd3Copy full SHA for 72c9dd3
.github/workflows/a11y-alt-bot.yml
@@ -5,7 +5,10 @@ on:
5
pull_request:
6
types: [opened, edited]
7
issue_comment:
8
- types: [created, edited]
+ # nx bot and netlify bot edit their comments regularly
9
+ # this floods our action queue with this action
10
+ # it's rare that someone edits a comment to add an image so to save our queue we ignore the edit
11
+ types: [created]
12
discussion:
13
types: [created, edited]
14
discussion_comment:
0 commit comments