forge authz: scrub tracker tags from comments

Replace the #-number tracker references in code comments with prose
(tracker-tag lint; hive convention is prose in source). No behaviour
change. Branch-protection / collaborator / team / repo API field names
were verified against the live Forgejo swagger.
This commit is contained in:
atlas 2026-06-19 13:15:43 +02:00 committed by mara
commit 27ac0153c4
4 changed files with 13 additions and 13 deletions

View file

@ -62,7 +62,7 @@ pub fn forge_email_aligned_marker(name: &str) -> PathBuf {
/// `forge/repo-creation-disabled-<name>` — marker: `<name>`'s forge user
/// has had `max_repo_creation = 0` applied (blocks direct agent-initiated
/// repo creation — see #1787). One-shot guard so the PATCH runs once per
/// repo creation). One-shot guard so the PATCH runs once per
/// agent (including agents provisioned before the change); delete to
/// re-apply.
#[must_use]