Skip to content
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

Need to handle repository rename event #20

Closed
vsoch opened this issue Dec 7, 2019 · 1 comment
Closed

Need to handle repository rename event #20

vsoch opened this issue Dec 7, 2019 · 1 comment

Comments

@vsoch
Copy link
Owner

vsoch commented Dec 7, 2019

In the case that a repository is renamed, we need to make sure the metadata is updated on the server:

https://developer.github.com/v3/activity/events/types/#repositoryevent

The previous owner is added as a contributor and all previous webhooks are maintained, so it shouldn't be an issue to do the transfer. In the case that the repo is archived or deleted, then we would want to archive the repository and prevent future edits.

@vsoch
Copy link
Owner Author

vsoch commented Dec 7, 2019

This is also done.

@vsoch vsoch closed this as completed Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant