docs(agent): clarify cred-file set + settings doc pointer, fix forge_notify cross-ref

This commit is contained in:
müde 2026-07-06 00:03:43 +02:00
commit 8a78b8a464
3 changed files with 18 additions and 11 deletions

View file

@ -392,8 +392,8 @@ async fn format_notification(
fetch_json(client, subject_api_url, token).await
};
// Forgejo's notification `subject.type` is "Pull" / "Issue" (never
// "Pull Request") — see the comment in `build_meta_suffix` below.
// Forgejo's notification `subject.type` is "Pull" / "Issue", never
// "Pull Request".
let is_pr = notif_type == "Pull";
let meta_suffix = build_meta_suffix(subject.as_ref(), is_pr);