Skip to content

Commit 72c9dd3

Browse files
authored
chore: disable a11y bot on issue comment edits
1 parent b4fe94f commit 72c9dd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/a11y-alt-bot.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
pull_request:
66
types: [opened, edited]
77
issue_comment:
8-
types: [created, edited]
8+
# 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]
912
discussion:
1013
types: [created, edited]
1114
discussion_comment:

0 commit comments

Comments
 (0)