-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
🛠 Tooling: Is the 'if' in the accessibility-alt-text-bot workflow is needed? #997
Comments
Oh good point! I think this might be fallout from a refactor i'll file a bug on our end to check it out. |
I tried removing the |
This was surprising to me so I tested it on my end. I realized the README was out of date and if we bump to the latest version: |
Awesome thanks! |
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [X] Addresses an existing open issue: fixes #997 - [X] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [X] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview This PR is hopefully the last one in the series of getting the `accessibility-alt-text-bot` correct by removing the unnecessary `if` statement in the `yml` job
🎉 This is included in version v1.43.0 🎉 The release is available on: Cheers! 📦🚀 |
Bug Report Checklist
main
branch of the repository.Overview
Following up on @DerTimonius's #989 (comment): we merged the PR with the
if
:create-typescript-app/.github/workflows/accessibility-alt-text-bot.yml
Line 5 in 0558e97
...but I'm not sure that it's necessary. Are there events from GitHub's
on.(issue|issue_comment|pull_request)
that don't havegithub.event.issue || github.event.pull_request
?Additional Info
This feels like something someone could probably answer by looking at the docs and/or experimenting in a temporary repository. But I haven't had the time to try. 😄
Marking as
status: accepting prs
in case the answer is that theif
is unnecessary. But if it is necessary, the right solution would be to close and wontfix this issue.cc @kendallgassner as fyi / for visibility if you're curious
The text was updated successfully, but these errors were encountered: