When the authenticated user cannot push to the canonical roadmap repository, push_target() invokes:
gh repo fork <repository> --clone=false --remote=false
Current GitHub CLI rejects --remote whenever a repository argument is provided, before creating the fork. --clone=false alone provides the required noninteractive behavior.
Remove --remote=false and test the no-canonical-push publication path against a supported GitHub CLI version.
🤖 Prepared with Codex
When the authenticated user cannot push to the canonical roadmap repository,
push_target()invokes:Current GitHub CLI rejects
--remotewhenever a repository argument is provided, before creating the fork.--clone=falsealone provides the required noninteractive behavior.Remove
--remote=falseand test the no-canonical-push publication path against a supported GitHub CLI version.🤖 Prepared with Codex