Change Milestone JS
ActionsChange 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"
Change Milestone JS is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.