Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support listing multiple files/folders for a single "mention" configuration #1855

Open
RalfJung opened this issue Nov 7, 2024 · 1 comment

Comments

@RalfJung
Copy link
Member

RalfJung commented Nov 7, 2024

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)?

@tgross35
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants