fix(#1838): drop tracker tag from dashboard merge-config-pr comment (lint)
This commit is contained in:
parent
96e41c807d
commit
b5420a31fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue