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 40 million developers.
Sign up- GitHub Staff
- Amsterdam
- Sign in to view email
- https://mislav.net
Pinned
1,932 contributions in the last year
Contribution activity
April 2020
Created a pull request in cli/cli that received 10 comments
Offer to add extra fields during `pr create` flow
This prototypes a flow during gh pr create that asks the user whether they would like to also select reviewers, assignees, labels, projects, and mi…
+10,147
−36
•
10
comments
- Prompt for additional metadata during `issue/pr create`
- Add `bulk` command
- Add `search` command
- Preliminary support for GitHub Enterprise
- Fix gh updater mechanism for unauthenticated users
- Help goreleaser find the correct git tag during release
- Update documentation site on release
- Tweak CONTRIBUTING docs to clarify our stance about installation instructions
- Add flags to add additional metadata to `issue/pr create`
- Ask for `read:org` OAuth scope, warn for outdated tokens
- Avoid intermittent CI failures while setting up Go
- Appease linter that warns about redundant type in composite literals
- Avoid race conditions when interacting with the spinner
- Improve `issue/pr/repo view` documentation
- Improve `completion` command
- Enforce deprecation of the `api.Client.GraphQL()` method
- Code fixes informed by golangci-lint failures
- Check code with golangci-lint on push
- Bring back `#installation` anchor in README
- Fix auto-forking scenario in `pr create`
- Assert that running `go fmt` or `go mod tidy` produces no changes in CI
- Disable interactive mode for `issue create` if all flags are passed
- respect configured editor
- gh config
- Avoid printing header if piped to a script
- Added guide to install the cli on Termux Android
- Add Reviewers to pr view in CLI
- fix api.REST(DELETE, ...) failure with "unexpected end of JSON input" error
- Update contributing doc to reflect something closer to reality
- add MacPorts usage info
- spell out PR text
- Fetch upstream remote after adding it
- Respect clone target
- Support NO_COLOR environment variable to disable color
- Clarify error in powershell completion test
- Show the state (open, closed, merged) in issue view and pr view
- Fix auto-forking scenario in `pr create`
Created an issue in cli/cli that received 1 comment
Explicitly setting issue body to blank via flag does not skip body prompt
Steps to reproduce the behavior
gh issue create -t title -b ''
Expected vs actual behavior
Expected: issue is created with given title and body v…
1
comment
- Introduce a mechanism to request additional OAuth scopes with
- Impose strictness of HTTP & command stubs in tests
- Improve test isolation when exercising Cobra commands
- Replace dynamically constructed GraphQL query strings with `githubv4` library
- Help users learn to quote arguments with spaces in their shell
- Disable update notifications during `completion` command
- `pr create` fails to look up commit information in fork scenario