feat(repo-fleet-hygiene): report merged remote branches still on origin - #2645
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e184d14620
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
e184d14 to
da65b10
Compare
|
Claude finished @kyle-sexton's task in 2m 8s —— View job Claude finished the security review
Security review — no issues foundReviewed the full diff ( What I checked, focused on the new shell logic in
Out of scope for this lane: the existing Codex review comment on No CRITICAL, IMPORTANT, or SUGGESTION security findings to report. |
|
Last security-reviewed head: |
2b413ca to
498bd25
Compare
|
Claude finished @cursor[bot]'s task in 7m 8s —— View job Code review —
|
8f45a0c to
e861daf
Compare
|
Claude has reviewed this PR 4 times. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
e861daf to
58434dc
Compare
|
Claude finished @cursor[bot]'s task in 2m 3s —— View job Code review —
|
58434dc to
87d3460
Compare
|
Claude finished @cursor[bot]'s task in 2m 49s —— View job Code review —
|
805a80a to
347460c
Compare
4853a7b to
aa22ccf
Compare
Add merged-remote-branch findings on the GraphQL + bare-path + epic-docs tip: match merged-PR evidence to remote-tracking tips, require ls-remote for HIGH, and keep REST pr list out of the merge path. Version 0.20.0 after #2646. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
aa22ccf to
b438670
Compare
|
Claude finished @cursor[bot]'s task in 51s —— View job Code review —
|
Keep merged-remote-branch under 0.20.0; ship worktree-root conformance as 0.21.0 after #2645 landed first. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Keep merged-remote-branch under 0.20.0; ship worktree-root conformance as 0.21.0 after #2645 landed first. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Keep merged-remote-branch under 0.20.0; ship worktree-root conformance as 0.21.0 after #2645 landed first. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Closes #2607
Summary
Nothing in the plugin fleet cleaned up or even reported merged remote branches that remain on origin when
delete_branch_on_mergeis not enabled.Fix
Add merged-remote-branch findings (gh-based evidence) and handoff guidance. Enabling GitHub
delete_branch_on_mergeremains complementary and is not changed by this PR.Verification
See collector tests on PR checks.
Related
Refs #2597 — fleet epic.
Refs #2604 — GraphQL merge evidence (related).