hub-api-utils
hub-api-utils copied to clipboard
A collection of `hub api` examples
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...
https://github.com/yashbhutwala/awesome-gh-aliases
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...