{"id":15046175,"url":"https://github.com/sv-tools/create-milestone-action","last_synced_at":"2025-10-26T07:31:17.391Z","repository":{"id":36965029,"uuid":"363947412","full_name":"sv-tools/create-milestone-action","owner":"sv-tools","description":"Creating a milestone or returning an existing one. Pure JS action.","archived":false,"fork":false,"pushed_at":"2024-12-09T19:03:18.000Z","size":649,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T09:03:22.654Z","etag":null,"topics":["actions","javascript","milestones"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sv-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-03T13:57:14.000Z","updated_at":"2024-12-09T19:03:20.000Z","dependencies_parsed_at":"2023-01-17T09:02:38.998Z","dependency_job_id":"4ad544ab-d8df-49b8-9486-aaf6064d549f","html_url":"https://github.com/sv-tools/create-milestone-action","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":0.3015873015873016,"last_synced_commit":"b332faea94b0eabad1143196efc07e6b306cf3ff"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fcreate-milestone-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fcreate-milestone-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fcreate-milestone-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fcreate-milestone-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sv-tools","download_url":"https://codeload.github.com/sv-tools/create-milestone-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238284820,"owners_count":19446736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","javascript","milestones"],"created_at":"2024-09-24T20:52:48.725Z","updated_at":"2025-10-26T07:31:17.386Z","avatar_url":"https://github.com/sv-tools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-milestone-action\n\nCreate a new milestone or return an existing one. Pure JS action.\n\nThe action is written in JavaScript for speed of execution.\n\n## Inputs\n\n### `token`\n\n**Required** GitHub Token.\n\n### `title`\n\n**Required** The title of a milestone.\n\n### `state`\n\nThe state of a milestone. Either `open` or `closed`. Default `open`.\n\n### `description`\n\nThe description of a milestone.\n\n### `due_on`\n\nThe due date of a milestone. Timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.\n\n## Outputs\n\n### `id`\n\nAn ID of the changed milestone.\n\n### `number`\n\nA Number of the changed milestone.\n\n### `state`\n\nA State of the changed milestone.\n\n### `title`\n\nA Title of the changed milestone.\n\n### `description`\n\nA Description of the changed milestone.\n\n### `due_on`\n\nThe due date of the changed milestone.\n\n## Example\n\n```yaml\nuses: sv-tools/create-milestone-action@v2\nwith:\n  token: ${{ secrets.GITHUB_TOKEN }}\n  title: Next\n  description: Next Release, To be renamed with a proper semver.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv-tools%2Fcreate-milestone-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv-tools%2Fcreate-milestone-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv-tools%2Fcreate-milestone-action/lists"}