You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes one wants to group together a bunch of files/folders and have them all watched by a team. A particularly common pattern for this is folder/name.rs+folder/name/. It would be nice if triagebot support somehow configuring this in one go, instead of having to repeat the configuration for both patterns. Maybe it could even support folder/name*, or some special syntax to specifically cover both name.rs and name/ (since that's how Rust modules work)?
The text was updated successfully, but these errors were encountered:
I would much prefer this matcher use globs instead of starts_with. That would work here, in addition to making it easy to find something like **/unix that exists in more varied locations.
Sometimes one wants to group together a bunch of files/folders and have them all watched by a team. A particularly common pattern for this is
folder/name.rs
+folder/name/
. It would be nice if triagebot support somehow configuring this in one go, instead of having to repeat the configuration for both patterns. Maybe it could even supportfolder/name*
, or some special syntax to specifically cover bothname.rs
andname/
(since that's how Rust modules work)?The text was updated successfully, but these errors were encountered: