Rollup merge of #150738 - triagebot-first-glob-use, r=tgross35
Factorize `triagebot.toml` float parsing mentions with a glob matching Related to https://github.com/rust-lang/triagebot/pull/2244. r? @tgross35
This commit is contained in:
commit
4cb5ccb53f
4 changed files with 37 additions and 6 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