-
-
Notifications
You must be signed in to change notification settings - Fork 80
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: Use the create engine for network requests #1752
Labels
status: accepting prs
Please, send a pull request to resolve this!
status: blocked
Waiting for something else to be resolved
Milestone
Comments
2 tasks
For reference, here are the network requests sent in CTA today as part of >=1 mode runtime...
Roughly. I might have missed some. |
3 tasks
Will tackle first: #1768. |
3 tasks
JoshuaKGoldberg
added a commit
that referenced
this issue
Dec 16, 2024
…-for-repository internally (#1772) ## PR Checklist - [x] Addresses an existing open issue: fixes #1768 - [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 Brings on a few utilities I recently extracted: * https://github.com/JoshuaKGoldberg/octokit-from-auth * https://github.com/JoshuaKGoldberg/populate-all-contributors-for-repository * https://github.com/JoshuaKGoldberg/set-github-repository-labels These should all have the same functionality as before. This should be a `chore:` PR, not a `feat:` or `fix:`. The utility here is that the latter two are now used as standalone scripts in onboarding to the "create" engine. I thought they'd be done as network requests (#1752), but in this way I found it a lot simpler to have them as standalone scripts (#1751, JoshuaKGoldberg/bingo#60). 💖
This was referenced Dec 17, 2024
JoshuaKGoldberg
added a commit
that referenced
this issue
Dec 17, 2024
## PR Checklist - [x] Addresses an existing open issue: fixes #1752 - [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 Adds in Blocks around Octokit settings. Also adds all three GitHub setter Blocks to `presetMinimal`. 💖
🎉 This is included in version v1.77.1 🎉 The release is available on: Cheers! 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: accepting prs
Please, send a pull request to resolve this!
status: blocked
Waiting for something else to be resolved
Bug Report Checklist
main
branch of the repository.Overview
Splitting out of #1181: I'm onboarding this project to the new "create" engine in https://github.com/JoshuaKGoldberg/create. #1670 added usage of file creations. Another step will be having network requests such as GitHub branch protections and repo settings provided by blocks.
Additional Info
Linked issue in create: JoshuaKGoldberg/bingo#23
💖
The text was updated successfully, but these errors were encountered: