anfema / work

Use this CLI to create branches, pull requests, changelogs, and more.
3 stars 0 forks source link

Release Notes - add PullRequests without a valid "type" label to release notes output instead of skipping them #52

Open rollacting opened 3 years ago

rollacting commented 3 years ago

Currently, if tickets are not properly labeled, or PRs are not created via worktool and are missing the ticket's labels, the PR does not get added to the release notes.

This would enable the user to detect these PRs and fix their labels, or, if desired, categorise them manually

Title suggestions for these PRs: "Uncategorised" or "Untriaged" (which actually refers to a status label in codetree, not the missing type)

p-fischer commented 3 years ago

Complimentarily, a label "Skip-For-Release-Notes" could be introduced to hide PRs in release notes on purpose.