Skip to content

Commit

Permalink
chore: disable a11y bot on issue comment edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher authored Jun 25, 2024
1 parent b4fe94f commit 72c9dd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/a11y-alt-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
pull_request:
types: [opened, edited]
issue_comment:
types: [created, edited]
# nx bot and netlify bot edit their comments regularly
# this floods our action queue with this action
# it's rare that someone edits a comment to add an image so to save our queue we ignore the edit
types: [created]
discussion:
types: [created, edited]
discussion_comment:
Expand Down

0 comments on commit 72c9dd3

Please sign in to comment.