From fa3a3c759c366b484e9acb8c7c5215ae12471e14 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 20 Dec 2023 11:26:05 -0500 Subject: [PATCH] feat: add attribution footer to bot comment --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c32b186..da833e8 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,10 @@ runs: Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. - Learn more about alt text at [Basic writing and formatting syntax: images on GitHub Docs](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images)." + Learn more about alt text at [Basic writing and formatting syntax: images on GitHub Docs](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images). + + > 🤖 Beep boop! This comment was added automatically by [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot). + " echo "Detected bad alt text: ${flag}" echo "Event type: $type"