Open yceballost opened 2 years ago
@yceballost It's not currently possible. If you're interesting in working on a PR you'd need to change this section of the code. Perhaps we could add a label-match
property with any
and all
as possible values.
Hi everyone,
Is it possible to create group of section with "and" logic?
For example: I'm using this action to generate my design changelog. We have two libraries, mobile and desktop
I'm trying to separate breaking changes in mobile and breaking changes in desktop
I tried:
But the action groups all the issues that have
breaking change
label ORlibrary: mobile
. I would like group with "and" logic,breaking change
label ANDlibrary: mobile
then, show it in this group.Thanks!