Adjust better spastorino membership to triagebot's adhoc_groups

This commit is contained in:
Santiago Pastorino 2024-03-22 12:28:34 -03:00
parent 7d01878bd0
commit ada6c1680d
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -619,7 +619,7 @@ cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
[mentions."compiler/stable_mir"]
message = "This PR changes Stable MIR"
cc = ["@oli-obk", "@celinval", "@spastorino", "@ouz-a"]
cc = ["@oli-obk", "@celinval", "@ouz-a"]
[mentions."compiler/rustc_target/src/spec"]
message = """
@ -829,6 +829,7 @@ parser = [
"@estebank",
"@nnethercote",
"@petrochenkov",
"@spastorino",
]
lexer = [
"@nnethercote",
@ -837,6 +838,7 @@ lexer = [
]
arena = [
"@nnethercote",
"@spastorino",
]
mir = [
"@davidtwco",