From 72bff26336f0ef18c0e25c0950b698f00c0a3f60 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 16 Sep 2026 14:53:44 +0200 Subject: [PATCH] fix tracker refs flagged by check-issue-refs.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reworded the two hits scripts/check-issue-refs.sh found — a bare hash- number tag in .forgejo/workflows/ci.yml's push-trigger comment and a hyperhive#4345 tag in matrix_account.rs's doc comment — into prose that stands on its own, per the lint's own rule. Neither carried semantic weight beyond what the prose already says once reworded. Refs #4345 --- .forgejo/workflows/ci.yml | 2 +- swarm-controller/src/matrix_account.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8cb2b2f0..0ed83313 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: - # No `push` trigger, so nothing re-validates a merge commit on main — an accepted infra-load tradeoff (mara, #3938, 2026-09-16), not an oversight. + # No `push` trigger, so nothing re-validates a merge commit on main — an accepted infra-load tradeoff mara signed off on, not an oversight. pull_request: branches: ["**"] # Lets `hive-forge ci-rerun` re-trigger CI via workflow-dispatch API diff --git a/swarm-controller/src/matrix_account.rs b/swarm-controller/src/matrix_account.rs index 263672d3..1893573c 100644 --- a/swarm-controller/src/matrix_account.rs +++ b/swarm-controller/src/matrix_account.rs @@ -42,8 +42,8 @@ fn default_mode() -> String { /// directly — see that fn's doc. /// /// Not yet consulted by [`put_matrix_account`]: `homeserver_or_configured_default` -/// below exists for a later slice of hyperhive#4345 to call; this one only -/// wires the config through. +/// below exists for a later slice of this homeserver-default rollout to +/// call; this one only wires the config through. pub(crate) const DEFAULT_HOMESERVER_ENV: &str = "SWARM_CONTROLLER_MATRIX_HOMESERVER_URL"; /// `caller`'s own homeserver, or `default` when the caller left it unset.