diff --git a/scripts/src/gh.ts b/scripts/src/gh.ts index 3dcc8dde..4b14b402 100644 --- a/scripts/src/gh.ts +++ b/scripts/src/gh.ts @@ -4821,7 +4821,7 @@ function prMetadataSummary(metadata: GitHubPullRequestGraphqlMetadata): Record { return { - runnerAllowed: ["pr create", "pr update/edit", "pr comment", "pr read/view", "pr close", "pr merge after explicit command authorization and preflight success"], + runnerAllowed: ["pr create", "pr update/edit", "pr comment", "pr read/view", "pr close", "pr merge after explicit command authorization"], ordinaryRunnerFinalActionAllowed: true, commanderRequiredWhen: ["conflicts", "failed required checks", "production/runtime/release/security/database scope", "ambiguous task boundary"], hostAllowedToolsAfterReview: ["bun scripts/cli.ts gh pr merge", "GitHub UI merge/close"], @@ -5025,7 +5025,7 @@ function prPreflightPolicy(repo: string, number: number): Record