Rollup merge of #122604 - jieyouxu:triagebot-mention-compiletest-run-make, r=Nilstrieb
Mention jieyouxu for changes to compiletest, run-make tests and the run-make-support library
This commit is contained in:
commit
53515f3faf
1 changed files with 11 additions and 0 deletions
|
@ -548,6 +548,10 @@ cc = ["@GuillaumeGomez"]
|
|||
message = "Some changes occurred in GUI tests."
|
||||
cc = ["@GuillaumeGomez"]
|
||||
|
||||
[mentions."tests/run-make/"]
|
||||
message = "Some changes occurred in run-make tests."
|
||||
cc = ["@jieyouxu"]
|
||||
|
||||
[mentions."src/librustdoc/html/static/css/themes/ayu.css"]
|
||||
message = "A change occurred in the Ayu theme."
|
||||
cc = ["@Cldfire"]
|
||||
|
@ -571,10 +575,17 @@ cc = ["@ehuss"]
|
|||
[mentions."src/tools/clippy"]
|
||||
cc = ["@rust-lang/clippy"]
|
||||
|
||||
[mentions."src/tools/compiletest"]
|
||||
cc = ["@jieyouxu"]
|
||||
|
||||
[mentions."src/tools/miri"]
|
||||
message = "The Miri subtree was changed"
|
||||
cc = ["@rust-lang/miri"]
|
||||
|
||||
[mentions."src/tools/run-make-support"]
|
||||
message = "The run-make-support library was changed"
|
||||
cc = ["@jieyouxu"]
|
||||
|
||||
[mentions."src/tools/rust-analyzer"]
|
||||
message = """
|
||||
rust-analyzer is developed in its own repository. If possible, consider making \
|
||||
|
|
Loading…
Add table
Reference in a new issue