{"id":5803166,"name":"ory/milestone-action","ecosystem":"actions","description":"Generates documentation from milestone definitions","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ory/milestone-action","keywords_array":[],"namespace":"ory","versions_count":20,"first_release_published_at":"2020-08-19T08:33:14.000Z","latest_release_published_at":"2022-01-19T08:32:46.000Z","latest_release_number":"v0.0.19","last_synced_at":"2026-08-11T12:02:46.657Z","created_at":"2023-01-04T14:18:37.881Z","updated_at":"2026-09-12T18:36:10.709Z","registry_url":"https://github.com/ory/milestone-action","install_command":null,"documentation_url":null,"metadata":{"name":"Generate Milestone Documentation","description":"Generates documentation from milestone definitions","inputs":{"GITHUB_TOKEN":{"description":"The GitHub Token","required":true},"outputFile":{"description":"The file to write the output to","required":false,"default":"MILESTONES.md"},"labelMilestonePrefix":{"description":"Prefix of labels that identify a milestone, for example `/cloud` becomes `cloud/M1`. Only effective in combination with `input.orgs`.","required":false,"default":"corp/"},"orgs":{"description":"Instead of checking this single repository, also check all the repositories of the given orgs (use comma-separated values - `foo,bar,baz`) for issues with prefixed `labelMilestonePrefix` labels.","required":false},"ingoreMilestones":{"description":"Ignore milestones with the given names. Ignore multiple milestones with comma-separated values (`foo,bar,baz`).","required":false,"default":"unplanned"},"onlyLabels":{"description":"Only include issues and pull requests with the given labels.","required":false,"default":"bug,feat,blocking,breaking-change,good-first-issue,docs,ci,rfc,help-wanted"}},"runs":{"using":"node12","main":"index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":46933353,"uuid":"288664780","full_name":"ory/milestone-action","owner":"ory","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-16T19:20:37.000Z","size":7299,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-08-16T06:40:57.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"_ory","open_collective":"ory"}},"created_at":"2020-08-19T07:32:37.000Z","updated_at":"2025-05-16T19:20:39.000Z","dependencies_parsed_at":"2024-04-12T09:32:45.008Z","dependency_job_id":"48a3ab46-e453-4044-b21b-26a263bd4d70","html_url":"https://github.com/ory/milestone-action","commit_stats":{"total_commits":70,"total_committers":3,"mean_commits":"23.333333333333332","dds":"0.12857142857142856","last_synced_commit":"aab7ec8fecd6c162a0d885e2e1729e210048a817"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/ory/milestone-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ory","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/sbom","scorecard":{"id":712971,"data":{"date":"2025-08-11","repo":{"name":"github.com/ory/milestone-action","commit":"abaef31c0d1fdc00b176a5de8b291a4fe2e0a430"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Code-Review","score":0,"reason":"Found 2/30 approved changesets -- score normalized to 0","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/closed_references.yml:1","Warn: no topLevel permission defined: .github/workflows/conventional_commits.yml:1","Warn: no topLevel permission defined: .github/workflows/format.yml:1","Warn: no topLevel permission defined: .github/workflows/labels.yml:1","Warn: no topLevel permission defined: .github/workflows/licenses.yml:1","Warn: no topLevel permission defined: .github/workflows/release_tagger.yml:1","Warn: no topLevel permission defined: .github/workflows/stale.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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"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/closed_references.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/closed_references.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/closed_references.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/closed_references.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/closed_references.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/closed_references.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/conventional_commits.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/conventional_commits.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/conventional_commits.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/conventional_commits.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/conventional_commits.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/conventional_commits.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/format.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/format.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labels.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/labels.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labels.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/labels.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/licenses.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/licenses.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/licenses.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/licenses.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/licenses.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/licenses.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release_tagger.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/release_tagger.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/ory/milestone-action/stale.yml/master?enable=pin","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 third-party GitHubAction 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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 8 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":"36 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","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-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-h6ch-v84p-w6p9","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6","Warn: Project is vulnerable to: GHSA-765h-qjxv-5f44","Warn: Project is vulnerable to: GHSA-f2jv-r9rf-7988","Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh","Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp","Warn: Project is vulnerable to: GHSA-mfwh-5m23-j46w","Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","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-w7rc-rwvf-8q5r","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g"],"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-22T08:41:07.219Z","repository_id":46933353,"created_at":"2025-08-22T08:41:07.219Z","updated_at":"2025-08-22T08:41:07.219Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37236216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-12T02:00:07.213Z","response_time":57,"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"},"owner_record":{"login":"ory","name":"Ory","uuid":"25334553","kind":"organization","description":"Open Source Identity Platform For Everyone","email":"office@ory.sh","website":"https://www.ory.sh/","location":"Germany","twitter":"OryCorp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/25334553?v=4","repositories_count":186,"last_synced_at":"2024-10-30T01:45:21.833Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ory","funding_links":[],"total_stars":47401,"followers":1518,"following":0,"created_at":"2022-11-07T11:26:12.012Z","updated_at":"2024-10-30T01:45:21.835Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ory","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ory/repositories"},"tags":[{"name":"v0","sha":"0d8347b062af50e640f1658e8308ba391664d196","kind":"commit","published_at":"2022-01-19T08:32:46.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0","html_url":"https://github.com/ory/milestone-action/releases/tag/v0","dependencies_parsed_at":"2023-05-31T13:45:42.760Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0/manifests"},{"name":"v0.0.19","sha":"0d8347b062af50e640f1658e8308ba391664d196","kind":"commit","published_at":"2022-01-19T08:32:46.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.19","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.19","dependencies_parsed_at":"2023-05-31T13:45:41.808Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.19/manifests"},{"name":"latest","sha":"0d8347b062af50e640f1658e8308ba391664d196","kind":"commit","published_at":"2022-01-19T08:32:46.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/latest","html_url":"https://github.com/ory/milestone-action/releases/tag/latest","dependencies_parsed_at":"2023-05-31T13:45:43.694Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/latest/manifests"},{"name":"v0.0.18","sha":"a93ac086fac22147cca7f9f6ac9351729ea414a9","kind":"commit","published_at":"2020-11-18T11:11:05.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.18","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.18","dependencies_parsed_at":"2023-05-31T13:45:44.775Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"cb9a24c90d24d087455b681d6bae34ff13ff0c85","kind":"commit","published_at":"2020-09-07T12:47:17.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.17","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.17","dependencies_parsed_at":"2023-05-31T13:45:45.445Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.17/manifests"},{"name":"v0.0.15","sha":"68938a380dfc87da4a2dbb48131e3a1fd1842090","kind":"tag","published_at":"2020-08-20T09:54:30.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.15","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.15","dependencies_parsed_at":"2023-05-31T13:45:46.231Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.15/manifests"},{"name":"v0.0.16","sha":"68938a380dfc87da4a2dbb48131e3a1fd1842090","kind":"commit","published_at":"2020-08-20T09:52:56.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.16","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.16","dependencies_parsed_at":"2023-05-31T13:45:45.807Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.16/manifests"},{"name":"v0.0.12","sha":"901b2be67dcbbdf3b13932df4e6c0937851904ba","kind":"commit","published_at":"2020-08-19T13:24:24.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.12","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.12","dependencies_parsed_at":"2023-05-31T13:45:47.647Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.12/manifests"},{"name":"0.0.11","sha":"901b2be67dcbbdf3b13932df4e6c0937851904ba","kind":"commit","published_at":"2020-08-19T13:24:24.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/0.0.11","html_url":"https://github.com/ory/milestone-action/releases/tag/0.0.11","dependencies_parsed_at":"2023-05-31T13:45:46.730Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/0.0.11/manifests"},{"name":"v0.0.14","sha":"901b2be67dcbbdf3b13932df4e6c0937851904ba","kind":"commit","published_at":"2020-08-19T13:24:24.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.14","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.14","dependencies_parsed_at":"2023-05-31T13:45:47.129Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.14/manifests"},{"name":"v0.0.9","sha":"2742f819560f8ad45ff4c77775d75e4a58188279","kind":"tag","published_at":"2020-08-19T13:20:46.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.9","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.9","dependencies_parsed_at":"2023-05-31T13:45:48.518Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"fa4292ff9440991081da8be1e364f37ecad07c89","kind":"commit","published_at":"2020-08-19T13:08:32.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.8","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.8","dependencies_parsed_at":"2023-05-31T13:45:48.982Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.8/manifests"},{"name":"v0.0.10","sha":"fa4292ff9440991081da8be1e364f37ecad07c89","kind":"commit","published_at":"2020-08-19T13:08:32.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.10","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.10","dependencies_parsed_at":"2023-05-31T13:45:48.063Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.10/manifests"},{"name":"v0.0.7","sha":"504905a45c7b235126d1f328c9ba549e685ebe01","kind":"commit","published_at":"2020-08-19T12:42:54.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.7","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.7","dependencies_parsed_at":"2023-05-31T13:45:49.443Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"504905a45c7b235126d1f328c9ba549e685ebe01","kind":"commit","published_at":"2020-08-19T12:42:54.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.6","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.6","dependencies_parsed_at":"2023-05-31T13:45:49.854Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"e40fe165fe34f0b77b0311091139dac968694d96","kind":"commit","published_at":"2020-08-19T12:39:05.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.5","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.5","dependencies_parsed_at":"2023-05-31T13:45:50.213Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"e40fe165fe34f0b77b0311091139dac968694d96","kind":"commit","published_at":"2020-08-19T12:39:05.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.4","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.4","dependencies_parsed_at":"2023-05-31T13:45:50.592Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"001883f757594b36dbc8302b95b02349e2ba84c3","kind":"commit","published_at":"2020-08-19T12:29:23.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.3","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.3","dependencies_parsed_at":"2023-05-31T13:45:51.052Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"b8ab0adf4a92ddda533c379e971d408c4302b001","kind":"commit","published_at":"2020-08-19T09:10:03.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.2","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.2","dependencies_parsed_at":"2023-05-31T13:45:51.535Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"30d1643dd790904c117a08c8a9776b9ceea3901d","kind":"commit","published_at":"2020-08-19T08:33:14.000Z","download_url":"https://codeload.github.com/ory/milestone-action/tar.gz/v0.0.1","html_url":"https://github.com/ory/milestone-action/releases/tag/v0.0.1","dependencies_parsed_at":"2023-05-31T13:45:51.960Z","dependency_job_id":null,"purl":"pkg:github/ory/milestone-action@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-12T18:36:10.709Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":68,"rankings":{"downloads":null,"dependent_repos_count":5.663127871969577,"dependent_packages_count":0.0,"stargazers_count":17.521787355411185,"forks_count":12.942481381714465,"docker_downloads_count":null,"average":9.031849152273807},"purl":"pkg:githubactions/ory/milestone-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/ory/milestone-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/ory/milestone-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/ory/milestone-action/dependencies","status":null,"funding_links":["https://patreon.com/_ory","https://opencollective.com/ory"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-10T03:53:33.764Z","issues_count":1,"pull_requests_count":40,"avg_time_to_close_issue":6080.0,"avg_time_to_close_pull_request":419810.025,"issues_closed_count":1,"pull_requests_closed_count":40,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.1,"merged_pull_requests_count":26,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":165.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fmilestone-action/issues","maintainers":[{"login":"aeneasr","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aeneasr"},{"login":"zepatrik","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zepatrik"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ory%2Fmilestone-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ory%2Fmilestone-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ory%2Fmilestone-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ory%2Fmilestone-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ory%2Fmilestone-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ory%2Fmilestone-action/codemeta","maintainers":[]}