hustcer/Milestone Action
A Github action to create, close, delete milestones and set milestone to merged PRs or closed issues 🔥
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 4, 2026
- License
- MIT
Pinned Snippet
uses: hustcer/milestone-action@ebed8d5daafd855a600d7e665c1b130f06d24130 # v3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to perform, should be bind-pr,bind-issue,create, delete or close. Defaults to bind-pr. | no | bind-pr |
| title | The title of the milestone to create. | no | 1.0.0 |
| description | The description of the milestone to create. | no | The first milestone. |
| due-on | The due date of the milestone to create. | no | "" |
| force | If the PR was already assigned to a milestone, force to set a new milestone. Defaults to false. | no | false |
| milestone | The milestone to set, close or delete. | no | "" |
| inherit-from-issue | Try to inherit milestone from closing issues for bind-pr action. Defaults to true. | no | true |
| github-token | The GITHUB_TOKEN secret or personal access token to authenticate. Defaults to `github.token`. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| milestone-number | The number of the milestone created or closed. |