provider-github icon indicating copy to clipboard operation
provider-github copied to clipboard

Repository & Organization management support

Open stevendborrelli opened this issue 5 years ago • 1 comments

Add support for managing Repositories. We can break this down into smaller tasks and select one of these fort the initial POC.

  • Create & Manage repository: https://developer.github.com/v3/repos/#create-a-repository-for-the-authenticated-user
  • Manage repository branch protections: https://developer.github.com/v3/repos/branches/
  • Manage deployment keys: https://developer.github.com/v3/repos/keys/
  • Manage repo access: https://developer.github.com/v3/repos/invitations/
  • Manage webhooks: https://developer.github.com/v3/repos/hooks/

stevendborrelli avatar Mar 09 '20 14:03 stevendborrelli

Hey @stevendborrelli , can I try to add support for the repository creation? Or is anyone doing it?

Feggah avatar Jun 02 '21 14:06 Feggah