actions-marketplace-validations/Create Milestone JS
Creating a milestone or returning an existing one. Pure JS action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token. | yes | — |
| title | The title of a milestone. | yes | — |
| state | The state of a milestone. Either `open` or `closed`. Default: `open` | no | open |
| description | The description of a milestone. | no | — |
| due_on | 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 created milestone. |
| number | A Number of the created milestone. |
| state | A State of the created milestone. |
| title | A Title of the changed milestone. |
| description | A Description of the changed milestone. |
| due_on | The due date of the changed milestone. |