You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrage to github.com/shurcooL/githubv4. It is inspired by the higher level API in GitHub's GoLang CLI. A lot of the code is modified from that.
We don't use the CLI The CLI authors suggested (cli/cli#1327) that it would be better to use the API client libraries directly; github.com/shurcooL/githubv4. The CLI API is providing higher level functions ontop of the
underlying GraphQL API; it seems silly to redo that rather than just import it and reuse it. https://github.com/cli/cli/blob/4d28c791921621550f19a4c6bcc13778a7525025/api/queries_pr.go
# This is the 1st commit message:
hydros automatically committing all files before running a sync
# This is the commit message #2:
hydros automatically committing all files before running a sync
# This is the commit message #3:
hydros automatically committing all files before running a sync
# This is the commit message #4:
hydros automatically committing all files before running a sync
# This is the commit message #5:
Remove binary
# This is the commit message #6:
hydros automatically committing all files before running a sync
# This is the commit message #7:
hydros automatically committing all files before running a sync
# This is the commit message #8:
Fix ssh key.
# This is the commit message #9:
Delete .idea
# This is the commit message #10:
hydros automatically committing all files before running a sync
# This is the commit message #11:
Revert "hydros automatically committing all files before running a sync"
This reverts commit e20ecba.
# This is the commit message #12:
hydros automatically committing all files before running a sync
# This is the commit message #13:
hydros automatically committing all files before running a sync
# This is the commit message #14:
hydros automatically committing all files before running a sync.
RepoHelper currently depends on code imported from GitHub's GoCLI
https://github.com/jlewi/hydros/blob/main/pkg/github/prs.go#L27
Migrage to github.com/shurcooL/githubv4. It is inspired by the higher level API in GitHub's GoLang CLI. A lot of the code is modified from that.
We don't use the CLI The CLI authors suggested (cli/cli#1327) that it would be better to use the API client libraries directly; github.com/shurcooL/githubv4. The CLI API is providing higher level functions ontop of the
underlying GraphQL API; it seems silly to redo that rather than just import it and reuse it.
https://github.com/cli/cli/blob/4d28c791921621550f19a4c6bcc13778a7525025/api/queries_pr.go
In particular we use
CreatePullRequest
And api.RepoLabels
The text was updated successfully, but these errors were encountered: