diff --git a/cmd/review-bot/main.go b/cmd/review-bot/main.go index 5bf46bb..763eea3 100644 --- a/cmd/review-bot/main.go +++ b/cmd/review-bot/main.go @@ -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) }