You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone chooses not to automatically check their created repositories into github we skip the follow-up question which asks for the github organization to use.
This has the unintended side effect of causing the module checks for gh to fail since they attempt to use the github org in the API call.
Maybe let's just reword this in internal/init/init.go to something like "What's the root of the github organization that will own these repositories?" and always ask it.
The text was updated successfully, but these errors were encountered:
If someone chooses not to automatically check their created repositories into github we skip the follow-up question which asks for the github organization to use.
This has the unintended side effect of causing the module checks for
gh
to fail since they attempt to use the github org in the API call.Maybe let's just reword this in
internal/init/init.go
to something like "What's the root of the github organization that will own these repositories?" and always ask it.The text was updated successfully, but these errors were encountered: