GitHub Action
Change Milestone JS
v1.1.0
Latest version
Change an existing milestone. Pure JS action.
The action is written in JavaScript for speed of execution.
Required GitHub Token.
Search milestone by ID.
Search milestone by Number.
Search milestone by Title.
Set the title of a milestone.
Set the state of a milestone. Either open
or closed
.
Set the description of a milestone.
Set the due date of a milestone. Timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
An ID of the changed milestone.
A Number of the changed milestone.
A State of the changed milestone.
A Title of the changed milestone.
A Description of the changed milestone.
The due date of the changed milestone.
uses: sv-tools/change-milestone-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
by_id: "123"
state: "close"