actions-marketplace-validations/Change Milestone JS

Changing an existent milestone. Pure JS action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 25, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/sv-tools_change-milestone-action@3739505cf6a8895409e4df7e6181ffa71e92c7ee # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
tokenGitHub Token.yes
by_idSearch milestone by ID.no
by_numberSearch milestone by Number.no
by_titleSearch milestone by Title.no
titleSet the title of a milestone.no
stateSet the state of a milestone. Either `open` or `closed`.no
descriptionSet the description of a milestone.no
due_onSet the due date of a milestone. Timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.no
namedescription
idAn ID of the changed milestone.
numberA Number of the changed milestone.
stateA State of the changed milestone.
titleA Title of the changed milestone.
descriptionA Description of the changed milestone.
due_onThe due date of the changed milestone.