fix(#1838): drop tracker tag from dashboard merge-config-pr comment (lint)

This commit is contained in:
damocles 2026-06-23 13:49:35 +02:00
commit b5420a31fd

View file

@ -943,7 +943,7 @@ async fn build_approval_views(approvals: Vec<Approval>) -> Vec<ApprovalView> {
hive_sh4re::ApprovalKind::MergeConfigPr => {
// commit_ref = PR number; fetched_sha = the reviewed PR
// head. Show the head sha; the forge PR diff surface is
// a later phase (#1838 P4) — None for now.
// a later phase of the PR-based config flow — None for now.
let sha = a
.fetched_sha
.as_deref()