Factorize triagebot float parsing mentions with a glob matching
This commit is contained in:
parent
4d73a008ea
commit
bd0d0f707e
1 changed files with 1 additions and 5 deletions
|
|
@ -1059,14 +1059,10 @@ gets adapted for the changes, if necessary.
|
|||
"""
|
||||
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]
|
||||
|
||||
[mentions."library/core/src/num/dec2flt"]
|
||||
[mentions."library/core/src/num/{dec2flt,flt2dec}"]
|
||||
message = "Some changes occurred in float parsing"
|
||||
cc = ["@tgross35"]
|
||||
|
||||
[mentions."library/core/src/num/flt2dec"]
|
||||
message = "Some changes occurred in float printing"
|
||||
cc = ["@tgross35"]
|
||||
|
||||
[mentions."library/core/src/fmt/num.rs"]
|
||||
message = "Some changes occurred in integer formatting"
|
||||
cc = ["@tgross35"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue