-
-
Notifications
You must be signed in to change notification settings - Fork 75
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: Don't run compliance/accessibility checks on renovate PRs #1318
Comments
Looks like you're ahead of me! Issue: github/accessibility-alt-text-bot#45 |
Aside: I'd previously filed renovatebot/renovate#25714 on Renovate in November for more alt text:
...and their images look like they've reverted back to the old alt text. Using danvk/gravlax#57 as an example:
Filed renovatebot/renovate#27393. |
## PR Checklist - [x] Addresses an existing open issue: fixes #1318 - [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 See linked issue. I set this up in my repo in danvk/gravlax#58 following typescript-eslint/typescript-eslint#8212. We can wait for a few renovate bot updates on my repo to confirm that this has the desired effect. I added support for top-level `if` statements on jobs. It's possible to skip an individual step (which is already supported) but skipping the entire job seems more correct: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idif
@all-contributors please add @danvk for tool.
|
I've put up a pull request to add @danvk! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
Adds @danvk as a contributor for tool. This was requested by JoshuaKGoldberg [in this comment](#1318 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
🎉 This is included in version v1.57.9 🎉 The release is available on: Cheers! 📦🚀 |
Bug Report Checklist
main
branch of the repository.Overview
It would be nice if RenovateBot included alt text on its images, but that seems somewhat out of our hands.
For example:
#1316
I'd expect compliance and a12y checks to be skipped on Renovate PRs.
Additional Info
Related to #138 but not the same (that's about compliance checks preventing auto-merge).
The text was updated successfully, but these errors were encountered: