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:
Jakub Beránek 2026-01-07 23:15:51 +01:00 committed by GitHub
commit 4cb5ccb53f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37 additions and 6 deletions

View file

@ -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"]