{"id":20802991,"url":"https://github.com/sv-tools/change-milestone-action","last_synced_at":"2025-08-02T00:43:24.170Z","repository":{"id":36968825,"uuid":"421050903","full_name":"sv-tools/change-milestone-action","owner":"sv-tools","description":"Change the state of a given milestone by ID or Number","archived":false,"fork":false,"pushed_at":"2025-06-23T07:12:31.000Z","size":571,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T01:38:02.984Z","etag":null,"topics":["actions","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,"zenodo":null}},"created_at":"2021-10-25T14:09:25.000Z","updated_at":"2025-05-21T22:22:37.000Z","dependencies_parsed_at":"2024-01-08T03:41:00.659Z","dependency_job_id":"308073b1-d8ea-4b0b-bda3-864675d2b3c7","html_url":"https://github.com/sv-tools/change-milestone-action","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":"0.24137931034482762","last_synced_commit":"7ef5ec91545888f6e3ac456381aba087e8f7f6f5"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/sv-tools/change-milestone-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fchange-milestone-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fchange-milestone-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fchange-milestone-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fchange-milestone-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sv-tools","download_url":"https://codeload.github.com/sv-tools/change-milestone-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Fchange-milestone-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268320317,"owners_count":24231800,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","milestones"],"created_at":"2024-11-17T18:39:58.817Z","updated_at":"2025-08-02T00:43:24.102Z","avatar_url":"https://github.com/sv-tools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# change-milestone-action\nChange an existing milestone. 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### `by_id`\n\nSearch milestone by ID.\n\n### `by_number`\n\nSearch milestone by Number.\n\n### `by_title`\n\nSearch milestone by Title.\n\n### `title`\n\nSet the title of a milestone.\n\n### `state`\n\nSet the state of a milestone. Either `open` or `closed`.\n\n### `description`\n\nSet the description of a milestone.\n\n### `due_on`\n\nSet the 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/change-milestone-action@v1\nwith:\n  token: ${{ secrets.GITHUB_TOKEN }}\n  by_id: \"123\"\n  state: \"close\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv-tools%2Fchange-milestone-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv-tools%2Fchange-milestone-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv-tools%2Fchange-milestone-action/lists"}