Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- GitHub Staff
- Amsterdam
- Sign in to view email
- https://mislav.net
Pinned
1,986 contributions in the last year
Contribution activity
May 2020
Created a pull request in cli/cli that received 4 comments
Upgrade to Cobra 1.0
The most gratifying result of the upgrade is that we get to remove our obsolete hack to generate fish completions. The downside is that Cobra still…
+4
−176
•
4
comments
- Change source installation docs to avoid suggesting to change PATH
- Preserve CODEOWNERS reviewers in `pr create`
- Add `api` command for direct API access
- Faster resolve assignees, reviewers, labels on create via flags
- Upgrade to Go 1.14 in CI
- Fix `pr status -R` crash with closed PR on the default branch
- Fix parsing some issue template names
- Parallelism-safe mechanism for stubbing HTTP responses
- Tweak syntax in `issue/pr close` docs
- Interactive merge
- Improved error message when "owner/repo" format not provided
- light interactive pr review
- add description default private for repo create
- Fix the help docs on subcommands
- Add support for `gh pr merge`
- Add command line syntax doc
- non-interactive gh pr review
- hackday: gh credits
- Disable interactive mode for `issue create` if all flags are passed
- Parallelism-safe mechanism for stubbing HTTP responses
- Allow a local branch name to be provided when checking out a pull request
- Add CodeQL Analysis workflow
- Hide closed/merged PRs from default branch
- RFC: Make `RunCommand` less brittle
- Add Reviewers to pr view in CLI
- Add `gh pr reopen <numberOrURL>`
- Add `gh pr close <numberOrURL>`
Created an issue in cli/cli that received 2 comments
Change the default branch from "master" to something else
Our team would prefer to change our default branch name away from "master", since "master" is a generally problematic term due to its association w…
•
2
comments