diff options
| author | Urgau <3616612+Urgau@users.noreply.github.com> | 2025-04-12 20:48:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 20:48:38 +0200 |
| commit | de1dfd37b7aaff171f4c7069bcc295a4f53607fc (patch) | |
| tree | 23edf5939ce2082cfeb45479f8127c88531c5d65 | |
| parent | 17f72ff6684efab0b8f79a0f953774a2136e4c8b (diff) | |
| parent | 40bfc14c7d1d6ffc0a10453ae94e32fd0307e001 (diff) | |
| download | rust-de1dfd37b7aaff171f4c7069bcc295a4f53607fc.tar.gz rust-de1dfd37b7aaff171f4c7069bcc295a4f53607fc.zip | |
Merge pull request #2335 from Urgau/triagebot-feat-1
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot.toml
| -rw-r--r-- | src/doc/rustc-dev-guide/triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml index 12aa0b7b8ff..6232dbf05fd 100644 --- a/src/doc/rustc-dev-guide/triagebot.toml +++ b/src/doc/rustc-dev-guide/triagebot.toml @@ -7,5 +7,9 @@ allow-unauthenticated = [ "blocked", ] +[no-mentions] + +[canonicalize-issue-links] + # Automatically close and reopen PRs made by bots to run CI on them [bot-pull-requests] |
