Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group with "and" logic #79

Open
yceballost opened this issue Jul 12, 2022 · 1 comment
Open

Group with "and" logic #79

yceballost opened this issue Jul 12, 2022 · 1 comment

Comments

@yceballost
Copy link

yceballost commented Jul 12, 2022

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!

@yceballost yceballost changed the title Group with logic Group with "and" logic Jul 12, 2022
@philwebb
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants