Kynan Ware
Kynan Ware
Update supported distros to match [the docs](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) Previously: https://github.com/actions/runner/pull/3040
Small typo in the description of the "display single goal view" setting. This PR changes `Disaply` to `Display` in the setting description 😃
This adds validation for local extension installation, preventing installation in the following situations: - If the extension to be installed conflicts with a built-in command - If the extension to...
https://github.com/cli/cli/issues/9773
This adds acceptance tests for the `search` command: ``` ❯ set -o pipefail && GH_ACCEPTANCE_HOST=github.com GH_ACCEPTANCE_ORG=gh-acceptance-testing GH_ACCEPTANCE_TOKEN=$(gh auth token) go test -tags acceptance -json -run ^TestSearches$ github.com/cli/cli/v2/acceptance | tparse --all...
## Context In https://github.com/cli/cli/issues/9686, it was reported that `gh` start-up time could be improved. In https://github.com/cli/cli/issues/9686#issuecomment-2390789801, it was discovered that a factor causing slow `gh` start-up time is related to...
### Describe the bug 1. Local extensions (`gh ext install .`) with the same name as core commands can be installed. 2. Once installed, if the evaluation order of commands...
It would save extension authors from having to implement their own interface and their own test implementation 🙂
### Description This introduces a new multiselect prompter that can search by executing a `searchFunc` that is passed into it. The intention is to eventually wire this into `gh pr...