-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: archive older webrtc repos #80
Conversation
Before merge, verify that all the following plans are correct. They will be applied as-is after the merge. Terraform planslibp2p
|
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.
Thanks for handling (and for having the item about updating READMEs).
We should integrate it in GitHub Management - auto-generating deprecation README.md header when a repository is getting archived. |
@galargh : Totally agreed this would be ideal. There's a tracking issue for this right (although I'm not seeing one in https://github.com/protocol/github-mgmt-template/issues )? I'm happy to leave some comments there. I think part of the reason folks haven't done more archiving historically is because of the steps involved or hitting the decision tree on how to archive. What's not clear to me is how much versatility we need in the archival message we want to inject at the top of the readme. I guess we can have YAML flags for things like:
or maybe also provide more guiding options that can then be used to generate the README notice.
That said, I don't think we'd want to be in the business of keeping the README notice text and github-mgmt in sync if there are further changes made to the README. |
Thanks for the context. I created a tracking issue in ipdxco/github-as-code#83
Actually, we should be either removing archived repos from GitHub Management altogether or stopping tracking anything but the archived status. That's because we cannot modify anything on archived repos. |
Summary
Archives https://github.com/libp2p/js-libp2p-webrtc-direct, https://github.com/libp2p/js-libp2p-webrtc-star, and https://github.com/libp2p/js-libp2p-webrtc-peer
Complementary to #74
Addresses libp2p/js-libp2p#385
Why do you need this?
We no longer maintain these repos as they are being deprecated in favor of solutions based on https://github.com/libp2p/specs/tree/master/webrtc (libp2p/js-libp2p-webrtc#4) and libp2p/specs#475
What else do we need to know?
Todo:
DRI: myself
Reviewer's Checklist