rickstaa / top-issues-action

Labels and displays the top-upvoted (i.e. 👍) issues and pull requests in your repository.
MIT License
20 stars 1 forks source link

Add the ability to specify multiple labels for a section #109

Closed rickstaa closed 1 year ago

rickstaa commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, the bug_label and feature_label action inputs only take strings. Because of this, only one label is allowed for filtering a category (i.e. bugs and features).

Describe the solution you'd like

It would be great if users could specify multiple labels for a dashboard section (i.e. bug_label and feature_label) as a comma-separated list. See the filter input argument as an example.

rickstaa commented 1 year ago

I decided not to implement this at the current time because I don't need it on my own repositories. However, I'm happy to review a pull request if somebody wants to tackle this 👍🏻.

rickstaa commented 1 year ago

I am closing this for now. Feel free to comment below if you need this feature; I will re-open it 👍🏻.