actions-marketplace-validations/Change Milestone JS
Changing an existent milestone. Pure JS action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 25, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sv-tools_change-milestone-action@3739505cf6a8895409e4df7e6181ffa71e92c7ee # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token. | yes | — |
| by_id | Search milestone by ID. | no | — |
| by_number | Search milestone by Number. | no | — |
| by_title | Search milestone by Title. | no | — |
| title | Set the title of a milestone. | no | — |
| state | Set the state of a milestone. Either `open` or `closed`. | no | — |
| description | Set the description of a milestone. | no | — |
| due_on | Set the due date of a milestone. Timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. | no | — |
Outputs
| name | description |
|---|---|
| id | An ID of the changed milestone. |
| number | A Number of the changed milestone. |
| state | A State of the changed milestone. |
| title | A Title of the changed milestone. |
| description | A Description of the changed milestone. |
| due_on | The due date of the changed milestone. |