mondeja / remove-labels-gh-action

Remove labels from GitHub issues or pull requests
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Remove globbed labels #46

Open davidsneighbour opened 5 months ago

davidsneighbour commented 5 months ago

Is there a way to remove all "prio:*" tags? As in "prio:1", "prio:2", etc. It would be nice to have this as a feature instead of adding all possible label properties to the configuration.

mondeja commented 5 months ago

I'm open to review a PR but the implementation must use a consistent globbing language that would allow to escape glob characters.