-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cleaning stale branches #302
Comments
Great job, we needed a bit of a clean-up :)
I'm also deleting all fully merged branches, thanks for compiling this list! I guess the only reason I was keeping them is that I might've linked to them somewhere and didn't want to break links. But I guess it's not as important as maintaining clean repo.
It's a good idea. All deployment happens in auto-generate: we generate types, we lint them and in case if everything went well - we deploy them using peaceiris/actions-gh-pages@v2. We should upgrade to |
By the way, I'm not getting spammed about failing deployments on the homepage, I'm getting them via email. |
That's arguably even worse.
No worries! Just be sure to notify me once this is "fixed", so I can start watching this amazing project again 😉 |
Ooh, thanks for the ping... it keeps falling off my radar 🙈 |
There are a lot of branches in this repository, most of which are not actively used. It'd probably be a good idea to clean these up.
These branches have been fully merged:
documentation-link
pr-template-update
rm-form-data-dep
add-license-1
create-or-reset
octokit-types
Maxim-Mazurok-patch-1
check-before-push
no-pr-revision-only
The PR for these branches have been closed:
apigee
api-diff-logger
declan/deduplicate-request-types-2
jb-gitignore
Leaving just these branches open:
master
(obviously)types
(obviously)declan/deduplicate-request-types
(resource methods: deduplicate request types between regular and body methods #166)declan/merge-declanvong-changes
(last updated 8 months ago, 584 commits behind / 2 commits ahead)DefinitelyTyped
(last updated 3 years ago, 625 commits behind / 18 commits ahead)I'd also propose moving the
types
branch to a different repository.I'd love to keep up-to-date with all the conversations in this module, but if I "watch" the repository my homepage is spammed with automatic deployments. I guess it would also probably improve gits performance, since the respository's size will be significantly smaller.
I don't know how the auto-deploy logic works, but this could be as simple as just changing a remote URL somewhere. All history should automatically be "copied" and preserved.
The text was updated successfully, but these errors were encountered: