-
Notifications
You must be signed in to change notification settings - Fork 335
Batch load trusted publishing configs and remove unused ones #2160
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
Batch load trusted publishing configs and remove unused ones #2160
Conversation
To avoid making an API request per crate.
Dry-run check results |
|
Marking as draft, I should implement support for paging first. |
|
Ok, implemented now. |
To avoid N+1 queries to fetch crate information.
|
the dry run failed: https://github.com/rust-lang/team/actions/runs/20100566092/job/57670041118 |
|
That is because the dry run is always using the workflow from |
So that it is propagated to `main` and we can do a dry-run for rust-lang#2160.

It would be nice to do a dry-run of this, to ensure that we won't be deleting TP configs unexpectedly.