Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add milestone workflow to add milestone to merged PR and fixed…
… issues (#3849) ## Description: This workflow will do the following things: - Add milestone to a merged PR automatically, example [action detail](https://github.com/nushell/nushell/actions/runs/12530004607/job/34946134565) - Add milestone to a closed issue that has a merged PR fix (if any), example [action detail](https://github.com/nushell/nushell/actions/runs/12515661380/job/34913564683) If there is no opened milestone the action will stop. If there are multiple opened milestones, the action will bind to the one whose due date is closest to the PR merged date and fall back to the first one sorted by the milestone created date. We have use it in Nushell for a while, such as [v0.101.0](https://github.com/nushell/nushell/issues?q=is%3Aclosed+milestone%3Av0.101.0) Don't merge it if it's not a good fit
- Loading branch information