commitdev / zero

Allow startup developers to ship to production on day 1
https://getzero.dev
Mozilla Public License 2.0
566 stars 53 forks source link

Fix `gh` check failing due to missing github organization #459

Open bmonkman opened 2 years ago

bmonkman commented 2 years ago

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.

sachinsmc commented 2 years ago

https://github.com/commitdev/zero/pull/462