{"id":49983009,"url":"https://github.com/instantish/milestone-closer","last_synced_at":"2026-05-18T17:01:05.712Z","repository":{"id":40419547,"uuid":"260328599","full_name":"instantish/milestone-closer","owner":"instantish","description":"A GitHub Action that closes milestones that are 100% done 🚮","archived":false,"fork":false,"pushed_at":"2023-01-07T23:13:44.000Z","size":18998,"stargazers_count":10,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T10:06:05.217Z","etag":null,"topics":["automation","close-milestones","fabric","github-action","instantish","milestones","project-management","prs"],"latest_commit_sha":null,"homepage":"https://tryfabric.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instantish.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}},"created_at":"2020-04-30T22:08:59.000Z","updated_at":"2025-09-03T02:33:40.000Z","dependencies_parsed_at":"2023-02-08T03:16:52.148Z","dependency_job_id":null,"html_url":"https://github.com/instantish/milestone-closer","commit_stats":{"total_commits":52,"total_committers":4,"mean_commits":13.0,"dds":0.4423076923076923,"last_synced_commit":"d8e6a2c8be7d26938c13fb56852a5c8b2f51dbf8"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/instantish/milestone-closer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instantish%2Fmilestone-closer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instantish%2Fmilestone-closer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instantish%2Fmilestone-closer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instantish%2Fmilestone-closer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instantish","download_url":"https://codeload.github.com/instantish/milestone-closer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instantish%2Fmilestone-closer/sbom","scorecard":{"id":490028,"data":{"date":"2025-08-11","repo":{"name":"github.com/instantish/milestone-closer","commit":"d8e6a2c8be7d26938c13fb56852a5c8b2f51dbf8"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Code-Review","score":3,"reason":"Found 4/12 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/close-milestones.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/versioning.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/close-milestones.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/instantish/milestone-closer/close-milestones.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/instantish/milestone-closer/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/instantish/milestone-closer/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/versioning.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/instantish/milestone-closer/versioning.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:15","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"17 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T18:51:14.693Z","repository_id":40419547,"created_at":"2025-08-19T18:51:14.693Z","updated_at":"2025-08-19T18:51:14.693Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33184769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","close-milestones","fabric","github-action","instantish","milestones","project-management","prs"],"created_at":"2026-05-18T17:01:04.602Z","updated_at":"2026-05-18T17:01:05.702Z","avatar_url":"https://github.com/instantish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Close milestones that are done\n\nAutomatically closes milestones that have more than one issue/pr and all issues/prs are marked closed.\n\n### Usage\n\nBasic (runs every 20 minutes):\n```yaml\nname: \"Close finished milestones\"\non:\n  schedule:\n  - cron: \"*/20 * * * *\"\n\njobs:\n  milestone-closer:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: instantish/milestone-closer@v1\n```\n\nRuns on issue and PR updates:\n```yaml\nname: \"Close finished milestones\"\non:\n  issues:\n    types: [opened, deleted, closed, reopened, milestoned, demilestoned]\n  pull_request:\n    types: [opened, closed, reopened]\n\njobs:\n  milestone-closer:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: instantish/milestone-closer@v1\n```\n\nUses a different minimum number of issues:\n```yaml\nname: \"Close finished milestones\"\non:\n  schedule:\n  - cron: \"*/20 * * * *\"\n\njobs:\n  milestone-closer:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: instantish/milestone-closer@v1\n      with:\n        min-issues: 3\n```\n\nSee [action.yml](./action.yml) for the full list of options.\n\n### Debugging\n\nTo see debug ouput from this action, you must set the secret `ACTIONS_STEP_DEBUG` to `true` in your repository. You can run this action in debug only mode (no actions will be taken on your milestones) by passing `debug-only` `true` as an argument to the action.\n\n### Building and testing\n\nInstall the dependencies\n```bash\n$ npm install\n```\n\nBuild the package\n```bash\n$ npm run build\n```\n\nRun the tests :heavy_check_mark:\n```bash\n$ npm test\n```\n\n### More Resources\n\nFor more resources or tools to make issue tracking easier, check out [Instantish](https://itsinstantish.com) ⚡️\n\nIf you have questions about setting this up, feel free to reach out to hi@itsinstantish.com with subject line \"Question about GitHub Action\" 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstantish%2Fmilestone-closer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstantish%2Fmilestone-closer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstantish%2Fmilestone-closer/lists"}