From 6a8609cb5dfcdfcb67078295c425015f71522b98 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 4 May 2025 05:30:57 +0000 Subject: [PATCH] triagebot: Set `issue-links.check-commits = false` Disable warnings when crosslinking issues, since we do want contributors to do this. Cc: https://github.com/rust-lang/triagebot/pull/1966 --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index fe3a00af581f7..6aa18772a750e 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -13,6 +13,7 @@ contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md" # Ensure issue links link to this repo [issue-links] +check-commits = false # don't forbid links to issues # Prevents mentions in commits to avoid users being spammed [no-mentions]