From 72c9dd3ff17803f51c964b350991348e566f40a9 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Tue, 25 Jun 2024 15:00:50 +0930 Subject: [PATCH] chore: disable a11y bot on issue comment edits --- .github/workflows/a11y-alt-bot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/a11y-alt-bot.yml b/.github/workflows/a11y-alt-bot.yml index 2c4bf7d28a6f..6b542ff2a044 100644 --- a/.github/workflows/a11y-alt-bot.yml +++ b/.github/workflows/a11y-alt-bot.yml @@ -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: