feat(cmd): wire --provider and --base-url flags into CLI (Phase 5) #106
@@ -535,7 +535,7 @@ func supersedeOldReviews(ctx context.Context, client vcs.Client, provider, vcsUR
|
||||
}
|
||||
return nil
|
||||
case "gitea":
|
||||
// Gitea: EditComment + ResolveComment flow
|
||||
// Fall through to Gitea-specific logic below the switch.
|
||||
default:
|
||||
return fmt.Errorf("supersedeOldReviews: unsupported provider %q", provider)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user