You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the option groupBy with value "label". That will group all the PRs with the same label under the same title, and you can add the option noLabel (default "closed") for the ones that don't have a label. e.g.
{
"groupBy": "label",
"noLabel": "done"
Using the option groupBy with value { [groupName: string]: Array<string> }. To group all the other ones - including the ones with no label - use "...". e.g.
I don't want to specify every label, and some PRs don't need to have labels but should still be included in the release.
There doesn't seem to be a way to do that currently.
The text was updated successfully, but these errors were encountered: