diff options
| author | David Tolnay <dtolnay@gmail.com> | 2023-11-24 09:12:05 -0800 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2023-11-24 09:17:35 -0800 |
| commit | 7a6dce3305d296daa1d77f8716923faa461a135e (patch) | |
| tree | 562ec5e42fbfd022f76cb9b49aa912c6e5744bf9 | |
| parent | beebcdeb6fc778c2d082d545554b08183121b42e (diff) | |
| download | rust-7a6dce3305d296daa1d77f8716923faa461a135e.tar.gz rust-7a6dce3305d296daa1d77f8716923faa461a135e.zip | |
Request that rust-analyzer changes are sent upstream first if possible
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index a72338d1950..9ff4f73bcb5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -533,6 +533,12 @@ message = "The Miri subtree was changed" cc = ["@rust-lang/miri"] [mentions."src/tools/rust-analyzer"] +message = """ +rust-analyzer is developed in its own repository. If possible, consider making \ +this change to [rust-lang/rust-analyzer] instead. + +[rust-lang/rust-analyzer]: https://github.com/rust-lang/rust-analyzer +""" cc = ["@rust-lang/rust-analyzer"] [mentions."src/tools/rustfmt"] |
