docs(agent): clarify cred-file set + settings doc pointer, fix forge_notify cross-ref
This commit is contained in:
parent
b4f54a194b
commit
8a78b8a464
3 changed files with 18 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue