improve on the subimsion process with automatic submissions

make sure we give each user uniqe id
This commit is contained in:
Robin Olsen
2026-03-09 13:23:46 +01:00
parent d7c52383be
commit 5c4ecc841c
12 changed files with 319 additions and 184 deletions

View File

@@ -169,6 +169,8 @@ func commandNeedsApp(cmd *cobra.Command) bool {
func ensureAppInitialized(ctx context.Context) error {
if App != nil {
survey.SetApp(App)
issues.SetApp(App)
return nil
}