-
Notifications
You must be signed in to change notification settings - Fork 198
ci: milestone management workflow #722
Copy link
Copy link
Open
Labels
area/ciWorkflows, build, release scriptsWorkflows, build, release scriptshelp wantedContributors wanted!Contributors wanted!kind/featureNet-new functionalityNet-new functionalitypriority/lowNice-to-have, backlogNice-to-have, backlog
Description
Activity
Metadata
Metadata
Assignees
Labels
area/ciWorkflows, build, release scriptsWorkflows, build, release scriptshelp wantedContributors wanted!Contributors wanted!kind/featureNet-new functionalityNet-new functionalitypriority/lowNice-to-have, backlogNice-to-have, backlog
Part of #715
Problem
There is no milestone tracking for releases. PRs merged to `main` are not tagged with which release they will ship in, making it hard to generate accurate changelogs or know what is included in a given release.
Solution
Add a GitHub Actions workflow that auto-assigns milestones to merged PRs:
Acceptance criteria