Create a new milestone or return an existing one. Pure JS action.
The action is written in JavaScript for speed of execution.
Required GitHub Token.
Required The title of a milestone.
The state of a milestone. Either open
or closed
. Default open
.
The description of a milestone.
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/create-milestone-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Next
description: Next Release, To be renamed with a proper semver.