milestone-action

A GitHub Action that automatically adds the current or farthest due milestone to pull requests and issues.

MIT License

Stars
5
Committers
2

Bot releases are visible (Hide)

milestone-action - v3.1.0 Latest Release

Published by benelan 8 months ago

3.1.0 (2024-02-10)

Features

  • Add single option for repos that have one open milestone at a time with no due date. (47e7b58)
milestone-action - v3.0.0

Published by benelan 9 months ago

3.0.0 (2024-01-24)

Breaking Changes

  • Upgrade the Node runner to v20, which is the current LTS version. Node v16 reached end of life on 2023-09-11 and the GitHub runner will be deprecated this year. See this GitHub blog post for more info (e845696)

Features

milestone-action - v2.0.0

Published by benelan almost 2 years ago

2.0.0 (2022-12-24)

Breaking Changes

Upgraded the Node runner from the deprecated v12 to v16. See this GitHub blog post for more info.

milestone-action - v1.3.1

Published by benelan over 2 years ago

1.3.1 (2022-04-26)

Fixes

  • A milestone is considered current until the day after its due date. Previously it was considering the time of day when comparing the current date to a milestone's due date. (c68adeb)
milestone-action - v1.3.0

Published by benelan over 2 years ago

1.3.0 (2022-04-26)

Features

  • Add option to overwrite an existing milestone (7ad020e)

Fixes

  • Use UTC time for the current date (7ad020e)
milestone-action - v1.2.0

Published by benelan over 2 years ago

1.2.0 (2021-09-21)

Features

  • Allow the workflow to run on any event action (9bce688)
milestone-action - v1.1.1

Published by benelan about 3 years ago

The action was failing on dependabot PRs. This was by design, for security reasons, as described in this blog post. The action now skips when the sender is dependabot.

milestone-action - v1.1.0

Published by benelan about 3 years ago

This release provides the option to add the milestone with the farthest due date.

milestone-action - v1.0.0

Published by benelan about 3 years ago

The initial release of the action. It adds the current milestones to issues and pull requests based on due date.