-
Notifications
You must be signed in to change notification settings - Fork 15
Reuse and delete alt-text-bot comment to update lint issues. #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,11 +5,11 @@ on: | |
| pull_request: | ||
| types: [opened, edited] | ||
| issue_comment: | ||
| types: [created, edited] | ||
| types: [created, edited, deleted] | ||
| discussion: | ||
| types: [created, edited] | ||
| discussion_comment: | ||
| types: [created, edited] | ||
| types: [created, edited, deleted] | ||
|
Comment on lines
5
to
+12
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this in place so that the alt text comment by the bot can be deleted if the relevant comment is deleted? EDIT: ooh yeah looks like it!
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If a consumer upgrades to the new version but forgets to add this, will the action start failing, or will it fail silently? If it's a breaking change, I wonder if we'd want to bump to major version with a note 🤔. Let's also update the config in the README!
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It shouldn't fail! They just won't get their comments deleted. (I tested this!) AND GOOD CALL i'll add this to the README. |
||
|
|
||
| jobs: | ||
| accessibility_alt_text_bot: | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.