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
We use a hierarchical labelling system where I am. For example, origin/customer/{name-of-customer}, area/product/widget-factory/windows.
I'd really like to have closer control over how to route issues, so that I could, for example, do label: area/product/* and add that to the product-manager triage project, vs area/internal/foo to a different project.
We have quite deep hierarchies; being able to use glob semantics (? for wildcard single character; * for wildcard between /, and; ** for recursively wildcard) would be extremely useful.
Is that something you would support, either by implementing directly, or by accepting an appropriate-quality-standards PR?
The text was updated successfully, but these errors were encountered:
👋 Hi @petemounce this seems like a really useful improvement. Contributions are generally welcome but I'll defer to @mattcosta7 who's been owning this action 🙇
We use a hierarchical labelling system where I am. For example,
origin/customer/{name-of-customer}
,area/product/widget-factory/windows
.I'd really like to have closer control over how to route issues, so that I could, for example, do
label: area/product/*
and add that to the product-manager triage project, vsarea/internal/foo
to a different project.We have quite deep hierarchies; being able to use glob semantics (
?
for wildcard single character;*
for wildcard between/
, and;**
for recursively wildcard) would be extremely useful.Is that something you would support, either by implementing directly, or by accepting an appropriate-quality-standards PR?
The text was updated successfully, but these errors were encountered: