gh-gei
gh-gei copied to clipboard
Migration CLI for GitHub to GitHub migrations
🚨 Please Read Before Posting 🚨 You are currently in a PUBLIC REPOSITORY. No Internal Information: Do not share links to internal Zendesk tickets, repositories, team names, or any internal...
## Description Right now, when migrating repositories from Bitbucket to GitHub, a blob storage provider is used as an intermediary step to upload the repository archive before GitHub imports it....
## Todo We have docs that help when [Archive generation failed for id](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/troubleshooting-your-migration-with-github-enterprise-importer#archive-generation-failed-response) is encountered. We want to update this error to provide a better lead on the issue in...
## Description After creating a repo in ADO, the repo URL looks like this `https://dev.azure.com//_git/`. However, ado2gh cli seems to expect the team name to be part of the repo...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v6.0.0 Added Throw error early if repository is in a detached state (#357) Fixed Fix PAT instructions with...
This PR addresses the issue where `ado2gh integrate-boards` fails when using GitHub PATs with broader permissions due to Azure DevOps changes implemented around June 2nd that require minimal PAT permissions...
ADO made a change in behavior around June 2nd that required the GitHub PAT used to configure Board integration to have the minimal subset of permissions/scopes. If the PAT has...
This PR adds a `copilot-setup-steps.yml` workflow file to customize the development environment for GitHub Copilot Coding Agent, preventing it from trying to modify the .NET SDK version in future PRs....
## Description I've been experimenting with having the Copilot Coding Agent implement some of the outstanding issues on this repo, and in general it's been doing a pretty impressive job....
## Problem When migrating secret scanning alerts with `gh gei migrate-secret-alerts`, if the new comment format `[@resolverName] originalComment` exceeds 270 characters, the GitHub API call fails with an error about...