refactor(deadcode): enforce repository hard zero (#108641)

This commit is contained in:
Peter Steinberger
2026-07-15 22:40:00 -07:00
committed by GitHub
parent cf8cfa8322
commit bae9752c5a
187 changed files with 1413 additions and 2284 deletions

View File

@@ -7,7 +7,7 @@ export const PROOF_OVERRIDE_LABEL = "proof: override";
export const PROOF_SUFFICIENT_LABEL = "proof: sufficient";
export const NEEDS_PR_CONTEXT_LABEL = "triage: needs-pr-context";
const MAINTAINER_TEAM_SLUG = "maintainer";
export const DEFAULT_GITHUB_API_TIMEOUT_MS = 30_000;
const DEFAULT_GITHUB_API_TIMEOUT_MS = 30_000;
const GITHUB_API_RESPONSE_BODY_MAX_BYTES = 1024 * 1024;
const CLAWSWEEPER_PROOF_VERDICT_STATUS = "clawsweeper_exact_head_pass";