Andy Feller
Andy Feller
## Overview This is a follow up to #38 regarding extending the `gh copilot alias` support for PowerShell to include PowerShell Desktop. As explained by @xt0rted below, the current design...
Closes #9183 This adds an option to export reaction data we're receiving from GitHub search API, which can be useful for those searching based on interactions. Going to admit how...
### Describe the feature or problem you’d like to solve **Mac OS Installer package support added in #7554 should [sign `.pkg` with an appropriate Developer ID Installer-signing identity](https://developer.apple.com/documentation/xcode/packaging-mac-software-for-distribution#Build-an-Installer-package).** - [MacOS...
### Describe the feature or problem you’d like to solve When searching for and exporting issues and PRs based on comment and reactions using `gh search --interaction`, the reaction details...
During #9175 testing using the `staging` environment, the workflow failed because the `windows` job was trying to sign the artifacts when this environment doesn't have access to the secrets and...
### Problem I'm dealing with **Terminal users who are not terminal savvy finding the environment variable only approach to overriding the default host logic confusing.** For multi-account users whose primary...
Relates https://github.com/cli/cli/issues/8084 Relates #164 With go-survey/survey being unmaintained, this is an initial prototype of using https://github.com/charmbracelet/huh as an optional prompting experience including support for accessiblity needs. Additionally, this commit includes...
### Problem During a discussion with @williammartin over #9430 and initial prototype, Will called out how most of the features within https://github.com/cli/cli/blob/trunk/internal/featuredetection/feature_detection.go are likely available in GitHub.com and GHES. This...
### Describe the feature or problem you’d like to solve The GitHub CLI predates the introduction of [fine grained PATs](https://github.blog/security/application-security/introducing-fine-grained-personal-access-tokens-for-github/). While we generally recommend users authenticate using the GitHub CLI...
Relates #9430 This commit is an alternative approach from #9454 in several regards: 1. Using a separate feature detection method, avoiding the need to modify repository feature detection 2. Adding...