hub-api-utils icon indicating copy to clipboard operation
hub-api-utils copied to clipboard

A collection of `hub api` examples

Results 5 hub-api-utils issues
Sort by recently updated
recently updated
newest added

Would this be complicated to do?

Hey @mislav! Thanks for creating this repo! :) I have some scripts of my own that I use regularly. For example, I have `git closepr` alias. It merges the PR...

Adds `hub-collab` for managing collaborators on github.

I found this repo linked from: https://github.com/mislav/hub/issues/1523#issuecomment-633735369 However, the `hub-pr-ready` script here appears not to work anymore. The server gives an error: ``` {"errors":[{"path":["mutation","markPullRequestReadyForReview","input","pullRequestId"],"extensions":{"code":"variableMismatch","variableName":"prID","typeName":"String!","argumentName":"pullRequestId","errorMessage":"Type mismatch"},"locations":[{"line":1,"column":63}],"message":"Type mismatch on variable $prID and...