trust ben-s-go-updater[bot] in github-pr-reviewer TRUSTED_AUTHORS - #3
Merged
Conversation
Agent-authored dep-bump PRs were routed to human_review and never surfaced, so update-go PRs sat unreviewed. Trust the update-go App bot so its PRs get an automated review; merging still requires a human. Bump chart 0.1.0 -> 0.2.0.
There was a problem hiding this comment.
The diff is straightforward — version bump + TRUSTED_AUTHORS expansion with well-documented justification. No issues found.
PR Review Summary
The mechanical funnel ran over 66 YAML files with 0 findings. The selector guide was unavailable (toolchain gap), but this is moot: the changed files (charts/github-pr-reviewer/Chart.yaml, charts/github-pr-reviewer/values.yaml) match no judgment rule triggers — Step 4 would have short-circuited anyway for a Helm-only repo.
Manual review of the diff:
| File | Change | Assessment |
|---|---|---|
Chart.yaml | version: 0.1.0 → 0.2.0 | Correct semver bump for feature addition |
values.yaml | TRUSTED_AUTHORS expanded to include ben-s-go-updater[bot] | Legitimate; comment documents the trust rationale (mechanical PRs only, own App, no auto-merge) |
No Must Fix, Should Fix, or Nice to Have issues.
{
"verdict": "approve",
"summary": "Clean PR: version bump to 0.2.0 and TRUSTED_AUTHORS allowlist expanded to include ben-s-go-updater[bot] with thorough inline justification. Mechanical funnel (66 yamls) returned zero findings. The bot's trust case is well-argued — mechanical PRs only, in-pod + CI gate, no auto-merge. No code correctness, security, or style issues.",
"comments": [],
"concerns_addressed": [
"security: Trust allowlist expanded to include ben-s-go-updater[bot] — addressed by explicit comment explaining the mechanical-only PR nature, dual in-pod gate plus CI, and no auto-merge path"
]
}Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
github-pr-watcher's TrustGate routes PRs from untrusted authors tohuman_reviewinstead of auto-processing them (watcher/github-pr/README.md:28).TRUSTED_AUTHORSwasbborbeonly, so every PR opened bygithub-update-go-agent(authorben-s-go-updater[bot]) was markedtrusted=falseand got no automated review.Observed on bborbe/git-sync#5: watcher logged
The PR then sat at
mergeStateStatus: BLOCKEDwith CI green and nobody reviewing it.Change
charts/github-pr-reviewer/values.yaml—TRUSTED_AUTHORS: bborbe→bborbe,ben-s-go-updater[bot]. Chart0.1.0→0.2.0.Why this bot, and why now
Per the
Auto-Merge Trust-Gated PRsgoal, update-go is the designated lowest-risk first candidate: its PRs are mechanical (go.mod/go.sum+ a## Unreleasedbullet, no code), the repo gate runs twice in-pod plus CI on the PR, and the author is our own App. Its stated hard prerequisite (Fix PR Reviewer Verdict-State Mismatch) completed 2026-07-23.Scope is deliberately narrow — this is trust for review, not auto-merge. A human still clicks merge. Auto-merge is a separate goal with its own opt-in flags and open security blockers.
Other agent bots (dark-factory, build-fixer) stay untrusted: their PRs carry real code changes, so the risk argument here does not transfer.
Notes
<slug>[bot]form — the trust leaf does exact case-sensitive matching (pkg/trust/author_allowlist.go). The REST API'sapp/<slug>rendering would not match.helm lintpasses;helm templaterendersTRUSTED_AUTHORS: "bborbe,ben-s-go-updater[bot]".trusted=falsetasks produce no task file at all — tracked separately.Deploy
After release: bump chart version in
quant/github-pr-reviewer/helmfile.yaml(both stages), then operatormake apply.