-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: add opt-in Block for automatic CTA transitions for Renovate #2000
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2000 +/- ##
=======================================
Coverage ? 99.92%
=======================================
Files ? 106
Lines ? 4261
Branches ? 261
=======================================
Hits ? 4258
Misses ? 3
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cspell.json
Outdated
"stefanweifel", | ||
"tseslint" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Propose all these terms to cspell...
@@ -4,7 +4,8 @@ | |||
"ignoreDependencies": [ | |||
"all-contributors-cli", | |||
"cspell-populate-words", | |||
"remove-dependencies" | |||
"remove-dependencies", | |||
"trash-cli" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This is included in version v2.8.0 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Adds an opt-in
blockCTATransitions
that creates a CI step to runnpx create-typescript-app
and check in any updates. This will only run onrenovate/*
branches withcreate-typescript-app
in the title.I'm not documenting the action in this PR yet. It'll likely change as I roll it out to repos (#1966). First preview usage in JoshuaKGoldberg/all-contributors-for-repository#772.
🎁