actions-marketplace-validations/Scheduled Milestones
Automatically create GitHub milestones on a schedule.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 4, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/readmeio_scheduled-milestones@142d0189b88cebbba9253b3643c770cbd5af3a00 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub authentication token | yes | — |
| title | A prefix for your scheduled milestone title. | yes | Up for Review |
| days | A comma-separated list of the days of the upcoming week that you want milestones for. | yes | — |
| date_options | Options for `Date.toLocaleDateString()`. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString for details. | no | — |
| count | Future week count. `4` | no | 1 |
| format | Date format. `YYYY.MM.DD` | no | — |
Outputs
| name | description |
|---|---|
| milestones | The URLs of the newly created milestones (if any were created) |