Skip to content

v1.33.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 00:00
· 1 commit to main since this release
2da4cc8
  • Fixed a cosmetic issue where the migration source for GitHub Enterprise Cloud with data residency (ghe.com) sources showed https://github.com instead of the tenant URL. This did not affect migrations.
  • When migrating from GitHub Enterprise Cloud with data residency (ghe.com) with --use-github-storage, the CLI no longer emits the inapplicable GitHub Enterprise Server (GHES) Management Console warning. Instead it notes that --use-github-storage is not required for ghe.com sources unless you are supplying your own on-disk archive paths.
  • Added support for reclaiming mannequins to a customer-owned GitHub App / bot account. A target login ending in [bot] is resolved to the app's node id via the REST users endpoint and reattributed with the new reattributeMannequinToBot GraphQL mutation. The target app must be owned by the acting organization (or, for an enterprise-owned EMU bot, that organization's enterprise) and administered by the acting admin. Because reattributing to a bot is immediate and cannot be undone, the CLI prompts for confirmation (skippable with --no-prompt) and warns when the source mannequin does not look like a bot. This is gated behind the mannequin_claiming_bot GitHub feature.