diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-06-16 10:49:32 +0200 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-06-17 18:43:36 +0000 |
| commit | 35f270c0d12c1bf158c6c5645470c41989e544be (patch) | |
| tree | 2e0f44df557ad0d0525856a079ea9e9e5ffe7c3f /library/stdarch | |
| parent | 63e6d3274f39cbd66b739b433dd373f4973a3ac1 (diff) | |
| download | rust-35f270c0d12c1bf158c6c5645470c41989e544be.tar.gz rust-35f270c0d12c1bf158c6c5645470c41989e544be.zip | |
Add triagebot config for subtree syncs
Adds checking of PR descriptions to avoid relative issue links (without repository prefix) and mentions in commits.
Diffstat (limited to 'library/stdarch')
| -rw-r--r-- | library/stdarch/triagebot.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/stdarch/triagebot.toml b/library/stdarch/triagebot.toml index 082c8cf2c63..75eb642e996 100644 --- a/library/stdarch/triagebot.toml +++ b/library/stdarch/triagebot.toml @@ -50,3 +50,13 @@ Hey Apple Group! This issue or PR could use some Darwin-specific guidance. Could one of you weigh in please? Thanks! """ + +# Canonicalize issue numbers to avoid closing the wrong issue +# when commits are included in subtrees, as well as warning links in commits. +# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html +[issue-links] +check-commits = false + +# Prevents mentions in commits to avoid users being spammed +# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html +[no-mentions] |
