-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
What
As pointed out in JoshuaKGoldberg/create-typescript-app#997 the if statement in our alt-text-bot workflow is likely unnecessary.
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion && github.event.comment.user.login != 'accessibility-bot' }} |
Acceptance Criteria
- - Run a test to ensure the
if
statement is not necessary - - Remove
if
statement from our 'test' workflow - - Remove
if
statement from our readme