From b5420a31fdc942ca26a87025b2daa2e25882b48e Mon Sep 17 00:00:00 2001 From: damocles Date: Tue, 23 Jun 2026 13:49:35 +0200 Subject: [PATCH] fix(#1838): drop tracker tag from dashboard merge-config-pr comment (lint) --- hive-c0re/src/dashboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-c0re/src/dashboard.rs b/hive-c0re/src/dashboard.rs index 5ca29f1f..a09ece5f 100644 --- a/hive-c0re/src/dashboard.rs +++ b/hive-c0re/src/dashboard.rs @@ -943,7 +943,7 @@ async fn build_approval_views(approvals: Vec) -> Vec { 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()