hustcer/Milestone Action

A Github action to create, close, delete milestones and set milestone to merged PRs or closed issues 🔥

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 4, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: hustcer/milestone-action@ebed8d5daafd855a600d7e665c1b130f06d24130 # v3.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
actionThe action to perform, should be bind-pr,bind-issue,create, delete or close. Defaults to bind-pr.nobind-pr
titleThe title of the milestone to create.no1.0.0
descriptionThe description of the milestone to create.noThe first milestone.
due-onThe due date of the milestone to create.no""
forceIf the PR was already assigned to a milestone, force to set a new milestone. Defaults to false.nofalse
milestoneThe milestone to set, close or delete.no""
inherit-from-issueTry to inherit milestone from closing issues for bind-pr action. Defaults to true.notrue
github-tokenThe GITHUB_TOKEN secret or personal access token to authenticate. Defaults to `github.token`.no${{ github.token }}
namedescription
milestone-numberThe number of the milestone created or closed.