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
This feature request is for the ability to use regex capture groups to name the labels dynamically.
Imagine the following repository folder structure and I want all PR's to have an area/<area> label, which value should be based on the subfolder that the PR brings changes to.
This feature request is for the ability to use regex capture groups to name the labels dynamically.
Imagine the following repository folder structure and I want all PR's to have an
area/<area>
label, which value should be based on the subfolder that the PR brings changes to.Currently, I need to configure each possible label manually:
With the ability to use regex capture groups to name the labels dynamically, my configuration could be reduced to:
Nice to see that your back at it and releasing new features @srvaroa 🔥We love this project in our team.
The text was updated successfully, but these errors were encountered: