Begona Guereca
Begona Guereca
## Description If a GH PAT is not valid, an actionable user friendly error should be surfaced. ## Reproduction Steps export ADO_PAT="VALID_PAT" export GH_PAT="1234" `gh ado2gh migrate-repo --ado-org "valet-testing" --ado-team-project...
``` public virtual Option Verbose { get; } = new("--verbose") { Description = "Display more information to the console." } ``` Double check all commands that use this option to...
## Description When the migrate-repo command is run for `bbs2gh` and `bbs2gh` there is an output at the end of both a successful and unsuccessful command. Should we be returning...
## Description Ok this a 2 part question/request. 1. I'm curious as to why the `env.local` file was removed. I was having issues with my username/PAT and I found myself...
## Description I was very excited to see that my logs indicated a successful repo migration! I was left to scramble to remember what GitHub org I had indicated that...
## Description Both an invalid PAT and a PAT that does not have enough permissions will return a 401 error. Currently for both we get the following error: ``` [2023-10-18...
## Description If a PAT is not valid, an actionable user friendly error should be surfaced. ## Reproduction Steps export ADO_PAT="1234" export GH_PAT="VALID_PAT" gh ado2gh generate-script --ado-org valet-testing --github-org import-testing...
## Description Currently when you run the following command: `gh ado2gh generate-script --ado-org valet-testing --github-org import-testing --output ./tmp ` It produces the following output: ``` [2023-10-12 08:11:06] [INFO] You are...
Updating codeowners file to point to new team maintaining this tool Closes: https://github.ghe.com/github/octoshift/issues/8124
### Summary: This PR introduces the ability for the GEI CLI to upload archives to GitHub-owned storage using single part uploads. To enable this, a new CLI option, --use-github-storage, has...