-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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:
- title: "Breaking changes in Mística Mobile (Figma)"
labels: ["breaking change", "library: mobile"]
group: "BB Mística Mobile"
- title: "Breaking changes in Mística Desktop (Figma)"
labels: ["breaking change", "library: desktop"]
group: "BB Mística Desktop"
But the action groups all the issues that have breaking change
label OR library: mobile
.
I would like group with "and" logic, breaking change
label AND library: mobile
then, show it in this group.
Thanks!