Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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
Pinned
2,059 contributions in the last year
Contribution activity
November 2020
October 2020
Created 75 commits in 3 repositories
Created 1 repository
- mislav/toolkit TypeScript
Created a pull request in cli/cli that received 5 comments
Fix updating scoop bucket, homebrew-core formula on release
Goreleaser can no longer bump our scoop bucket for us since we're always creating a draft release initially. Fixes #1684 Followup to #1615 (review) …
Opened 11 other pull requests in 3 repositories
cli/cli
7
merged
- Restore backwards compatibility in scripted `pr merge`
- [Codespaces] Support "integration" tokens
- Handle Ctrl-C in repo garden
- Improve contributing documentation
- Fix moving all "Pending release" project cards to the "Done" column
- Specify minimum required token scopes in `gh help auth login`
- Handle edge cases in GHE auth
Homebrew/homebrew-core
2
closed
1
merged
actions/toolkit
1
closed
Reviewed 44 pull requests in 4 repositories
cli/cli 41 pull requests
- Refactor config command to improve testability
- Print friendly error when "gh repo clone" is missing required argument
- add message on `pr checks` returns no CI with non-empty PR
- Allow `gh pr view <closed_pr_branch_name>` to view closed PRs
- Mention winget as an install option in README
- Update of triage doc based on more recent process
- Small releasing docs cleanup
- Add support for git flags in gh repo fork
- pr status: show number of approvals
- Update LDFLAGS in goreleaser
- Add host back into repo flag description
- 1942 - api hostname flag
- Get open and closed milestones when milestones are filtered by title
- Update Cobra to v1.1.1
- Generate help topic markdown pages
- Update confusing prompt
- Add a new config validation key called `prompt`
- Add --maintainer-edit flag
- Change command package to be build package
- Fix continue browser for branch slash names
- Use strings.Builder for more efficient string concatenation
- Add "reference" help topic
- Validate git protocol config before setting it
- Add --scopes to login
- store gh config in %APPDATA% on windows os
- Some pull request reviews not shown.
quiye/cli 1 pull request
github/gemoji 1 pull request
actions/virtual-environments 1 pull request
Created an issue in cli/cli that received 3 comments
Known problems with `repo create` command
The gh repo create command right now has separate and potentially confusing behaviors when ran inside an existing local git repository vs. outside …