feat(hive-forge): add repo-create + repo-add-collaborator verbs
This commit is contained in:
parent
41c4682f7a
commit
3790faf318
5 changed files with 168 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ pub mod pr;
|
|||
pub mod pr_create;
|
||||
pub mod pr_reviews;
|
||||
pub mod pr_status;
|
||||
pub mod repo_add_collaborator;
|
||||
pub mod repo_create;
|
||||
pub mod subscription;
|
||||
pub mod timeline;
|
||||
pub mod tree_sha;
|
||||
|
|
|
|||
Loading…
Reference in a new issue