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
What
As pointed out in JoshuaKGoldberg/create-typescript-app#997 the if statement in our alt-text-bot workflow is likely unnecessary.
accessibility-alt-text-bot/.github/workflows/test-accessibility-alt-text-bot.yml
Line 18 in 7932b90
Acceptance Criteria
ifstatement is not necessaryifstatement from our 'test' workflowifstatement from our readme