{"id":5802627,"name":"softprops/turnstyle","ecosystem":"actions","description":"A GitHub Action for serializing workflow runs","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/softprops/turnstyle","keywords_array":["github-actions"],"namespace":"softprops","versions_count":29,"first_release_published_at":"2020-02-10T02:16:42.000Z","latest_release_published_at":"2026-07-13T02:06:02.000Z","latest_release_number":"v3.3.2","last_synced_at":"2026-09-08T09:11:48.566Z","created_at":"2023-01-04T13:57:02.571Z","updated_at":"2026-09-08T09:11:48.566Z","registry_url":"https://github.com/softprops/turnstyle","install_command":null,"documentation_url":null,"metadata":{"name":"action turnstyle","description":"A GitHub Action for serializing workflow runs","author":"softprops","env":{"GITHUB_TOKEN":"Repository token provided by Github Actions secrets"},"runs":{"using":"node24","main":"dist/index.js"},"inputs":{"token":{"description":"GitHub access token","required":false,"default":"${{ github.token }}"},"poll-interval-seconds":{"description":"Number of seconds to wait in between checks for previous run completion (defaults to 60)"},"continue-after-seconds":{"description":"Maximum elapsed seconds, starting before the first Actions API read and including later API reads and sleeps, before moving forward (unbound by default). Mutually exclusive with abort-after-seconds"},"abort-after-seconds":{"description":"Maximum elapsed seconds, starting before the first Actions API read and including later API reads and sleeps, before failing the step (unbound by default). Mutually exclusive with continue-after-seconds"},"same-branch-only":{"description":"Only wait on other runs from the same branch (defaults to true)"},"branch":{"description":"Branch name to use for same-branch filtering (defaults to the current branch)"},"job-to-wait-for":{"description":"Name of the workflow run's job to wait for (unbound by default)"},"step-to-wait-for":{"description":"Name of the job's step to wait for (unbound by default). Requires job-to-wait-for to be set"},"initial-wait-seconds":{"description":"Seconds from the start of workflow-run discovery within which the action refreshes current runs when none were found in the first poll, bounded by any continue or abort deadline (0 by default, ie doesn't retry)"},"queue-name":{"description":"Custom name for grouping runs by the value if not specified will take the workflow name (unbound by default)"},"retries":{"description":"Number of times to retry GitHub API requests that fail with a transient 5xx error, using exponential backoff (0 by default, ie no retries)","default":"0"}},"outputs":{"force_continued":{"description":"True if continue-after-seconds is used and the step using turnstyle continued. False otherwise."},"previous_run_id":{"description":"The ID of the previous workflow run that Turnstyle waited on, if one was found."},"previous_run_url":{"description":"The URL of the previous workflow run that Turnstyle waited on, if one was found."}},"branding":{"color":"green","icon":"git-commit"},"default_branch":"master","path":null},"repo_metadata":{"id":43054348,"uuid":"239345170","full_name":"softprops/turnstyle","owner":"softprops","description":"🎟️A GitHub Action for serializing workflow runs","archived":false,"fork":false,"pushed_at":"2026-08-09T21:55:12.000Z","size":3454,"stargazers_count":380,"open_issues_count":1,"forks_count":66,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-08-29T18:22:16.804Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/softprops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"ko_fi":"softprops"}},"created_at":"2020-02-09T17:33:59.000Z","updated_at":"2026-08-09T21:55:10.000Z","dependencies_parsed_at":"2026-03-15T00:05:12.290Z","dependency_job_id":null,"html_url":"https://github.com/softprops/turnstyle","commit_stats":{"total_commits":141,"total_committers":17,"mean_commits":8.294117647058824,"dds":0.6028368794326241,"last_synced_commit":"50c6cf155c4f48771284d9ac2a6ad782dab6d63c"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/softprops/turnstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/sbom","scorecard":{"id":836191,"data":{"date":"2025-08-11","repo":{"name":"github.com/softprops/turnstyle","commit":"163386f5da8da0d39195836095eeb9220114ef7a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"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":"Code-Review","score":0,"reason":"Found 1/17 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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   4 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   1 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":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"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 15 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":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"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-23T19:07:23.304Z","repository_id":43054348,"created_at":"2025-08-23T19:07:23.304Z","updated_at":"2025-08-23T19:07:23.304Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37019588,"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-03T02:00:05.968Z","response_time":58,"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":"softprops","name":"Doug Tangren","uuid":"2242","kind":"user","description":"I'm coming in jwt","email":"d.tangren@gmail.com","website":"http://lessis.me","location":"nyc","twitter":"softprops","company":"https://www.mongodb.com/atlas","icon_url":"https://avatars.githubusercontent.com/u/2242?v=4","repositories_count":475,"last_synced_at":"2026-09-06T00:21:37.486Z","metadata":{"has_sponsors_listing":false,"funding":{"ko_fi":"softprops"}},"html_url":"https://github.com/softprops","funding_links":["https://ko-fi.com/softprops"],"total_stars":12667,"followers":969,"following":163,"created_at":"2022-11-02T16:29:35.800Z","updated_at":"2026-09-06T00:21:37.504Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops/repositories"},"tags":[{"name":"v3.3.2","sha":"afaccda0f3c0136fb7cb4a734b9b96be03599948","kind":"commit","published_at":"2026-07-13T02:06:02.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.3.2","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"fa86562458e34a9067f0dc1316a76b3975b1c413","kind":"commit","published_at":"2026-06-07T22:29:08.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.3.1","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"99fadf33b72861eba49a55800c75e279a2e9740a","kind":"commit","published_at":"2026-06-07T21:29:30.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.3.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.3.0/manifests"},{"name":"v3.2.4","sha":"e15e934b3f69ee283ba389ea05c8886baa656d93","kind":"commit","published_at":"2026-05-04T03:55:30.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.2.4","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.4/manifests"},{"name":"v3.2.3","sha":"e565d2d86403c5d23533937e95980570545e5586","kind":"commit","published_at":"2026-01-11T02:29:50.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.2.3","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.3/manifests"},{"name":"v3.2.2","sha":"15f9da4059166900981058ba251e0b652511c68f","kind":"commit","published_at":"2025-12-06T19:08:45.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.2.2","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.2/manifests"},{"name":"v3.2.1","sha":"2e4451ef94c5969eee533c487092052d4d1a53af","kind":"commit","published_at":"2025-11-08T16:35:46.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.2.1","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"9d692f15fa9f84928799bccac2dba6565e024bdf","kind":"commit","published_at":"2025-10-07T03:05:39.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.2.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.2.0","dependencies_parsed_at":"2025-10-16T06:27:11.671Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"858c58d647eeb05b1725a96ae3fc290230321af3","kind":"commit","published_at":"2025-09-23T22:07:38.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.1.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.1.0","dependencies_parsed_at":"2025-10-16T06:27:11.113Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.1.0/manifests"},{"name":"v3","sha":"bff843227669a0c34c7f791ebd53a4b7c2a3febd","kind":"commit","published_at":"2025-09-07T04:32:47.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":"c34a0b27-3e06-41f4-811d-ead6837f72d6","purl":"pkg:github/softprops/turnstyle@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3/manifests"},{"name":"v3.0.0","sha":"bff843227669a0c34c7f791ebd53a4b7c2a3febd","kind":"commit","published_at":"2025-09-07T04:32:47.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v3.0.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":"d593e4b9-f682-4e28-84c8-ec42519555ef","purl":"pkg:github/softprops/turnstyle@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v3.0.0/manifests"},{"name":"v2.4.0","sha":"807f6009e7cee5c2c9faa41ccef03a8bb24b06ab","kind":"commit","published_at":"2025-06-10T00:29:21.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.4.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.4.0","dependencies_parsed_at":"2025-07-29T05:11:17.932Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.4.0/manifests"},{"name":"v2.3.2","sha":"f9f8ef3f634144b126a09ea5b3bfe51ddebc700f","kind":"commit","published_at":"2025-04-08T14:13:50.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.3.2","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.3.2","dependencies_parsed_at":"2025-07-29T05:11:18.662Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"25dcee5c3fcb84375f3a3f93a3c97ed0d42cfcdc","kind":"commit","published_at":"2025-02-05T01:03:37.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.3.1","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.3.1","dependencies_parsed_at":"2025-07-29T05:11:18.424Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"50c6cf155c4f48771284d9ac2a6ad782dab6d63c","kind":"commit","published_at":"2024-12-18T16:29:23.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.3.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":"24a6dd7a-0d17-449e-8154-397c9fc9e1c5","purl":"pkg:github/softprops/turnstyle@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.3.0/manifests"},{"name":"v2.2.3","sha":"ab8b8426f6b6562c0ff7f220433860183338596c","kind":"commit","published_at":"2024-10-31T23:03:00.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.2.3","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.2.3","dependencies_parsed_at":"2024-11-10T13:35:06.475Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"e870630f25035d6e2440f12e9ad358c7ecf136a0","kind":"commit","published_at":"2024-10-31T18:35:20.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.2.2","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":"d34bb000-f0f8-4e2f-ae9b-e5895e6eb13e","purl":"pkg:github/softprops/turnstyle@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"49108bdfa571e62371bd2c3094893c547ab3fc03","kind":"commit","published_at":"2024-07-30T19:20:05.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.2.1","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.2.1","dependencies_parsed_at":"2024-08-01T13:27:01.120Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"088c28e945274e7ee1b7606ed3c0f5294e0836de","kind":"commit","published_at":"2024-07-17T20:34:59.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.2.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":"f7f89ae5-d246-49e9-8665-49317015ce5d","purl":"pkg:github/softprops/turnstyle@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a4aad77d10d0bc4fa51eb6beda0a63ed9741d7ca","kind":"commit","published_at":"2024-06-19T23:28:40.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.1.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.1.0","dependencies_parsed_at":"2024-06-25T14:22:41.405Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.1.0/manifests"},{"name":"v2","sha":"a4aad77d10d0bc4fa51eb6beda0a63ed9741d7ca","kind":"commit","published_at":"2024-06-19T23:28:40.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2","dependencies_parsed_at":"2024-06-25T14:22:42.182Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2/manifests"},{"name":"v2.0.0","sha":"d19765feea3939d2256486c30e5372d1dc6533c7","kind":"commit","published_at":"2023-09-05T14:34:28.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v2.0.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v2.0.0","dependencies_parsed_at":"2024-06-25T14:22:41.368Z","dependency_job_id":null,"purl":"pkg:github/softprops/turnstyle@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v2.0.0/manifests"},{"name":"v1","sha":"8db075d65b19bf94e6e8687b504db69938dc3c65","kind":"tag","published_at":"2020-12-24T17:07:09.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v1","html_url":"https://github.com/softprops/turnstyle/releases/tag/v1","dependencies_parsed_at":"2023-05-31T02:11:08.387Z","dependency_job_id":"ab13e448-f4a5-40e8-88f4-de64849731e0","purl":"pkg:github/softprops/turnstyle@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v1/manifests"},{"name":"v0.1.5","sha":"8db075d65b19bf94e6e8687b504db69938dc3c65","kind":"tag","published_at":"2020-12-24T17:06:27.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v0.1.5","html_url":"https://github.com/softprops/turnstyle/releases/tag/v0.1.5","dependencies_parsed_at":"2023-05-31T02:11:08.951Z","dependency_job_id":"4b6c4705-9c5d-4ed0-9654-6c6c0e656b9f","purl":"pkg:github/softprops/turnstyle@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"2da824432fd1b605d097378101a35779dc3cd35a","kind":"tag","published_at":"2020-11-02T00:13:33.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v0.1.4","html_url":"https://github.com/softprops/turnstyle/releases/tag/v0.1.4","dependencies_parsed_at":"2023-05-31T02:11:09.534Z","dependency_job_id":"f394e776-908a-4fb3-8c54-37ec37d05043","purl":"pkg:github/softprops/turnstyle@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"83daa2a3d7371feaeea7a18f43bfc441b9ea987e","kind":"tag","published_at":"2020-07-12T11:12:45.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v0.1.3","html_url":"https://github.com/softprops/turnstyle/releases/tag/v0.1.3","dependencies_parsed_at":"2023-05-31T02:11:10.854Z","dependency_job_id":"47047b9d-9fa2-4f31-aef8-d19b84007451","purl":"pkg:github/softprops/turnstyle@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"067fcce3f31f53880f25c8a84c76c4863576af9b","kind":"tag","published_at":"2020-05-08T02:31:26.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v0.1.2","html_url":"https://github.com/softprops/turnstyle/releases/tag/v0.1.2","dependencies_parsed_at":"2023-05-31T02:11:11.373Z","dependency_job_id":"bcc16d1c-54bb-4543-b2cc-b57b71f83a70","purl":"pkg:github/softprops/turnstyle@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"b2c49cd5638e1140ffea6da9eacdda789bab1694","kind":"tag","published_at":"2020-02-29T19:53:07.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v0.1.1","html_url":"https://github.com/softprops/turnstyle/releases/tag/v0.1.1","dependencies_parsed_at":"2023-05-31T02:11:12.221Z","dependency_job_id":"90cdec1b-1037-48fb-9dda-71720d9b3410","purl":"pkg:github/softprops/turnstyle@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7e78f93d36609a310239d463d3a5c76cd8e252ac","kind":"tag","published_at":"2020-02-10T02:16:42.000Z","download_url":"https://codeload.github.com/softprops/turnstyle/tar.gz/v0.1.0","html_url":"https://github.com/softprops/turnstyle/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-31T02:11:23.062Z","dependency_job_id":"edd4cf2d-f1a8-4fe5-88db-d8005c3256c2","purl":"pkg:github/softprops/turnstyle@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-09-07T11:04:45.479Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":585,"rankings":{"downloads":null,"dependent_repos_count":1.3563619077800666,"dependent_packages_count":0.0,"stargazers_count":0.8873395658374268,"forks_count":1.0426239898589764,"docker_downloads_count":null,"average":0.8215813658691175},"purl":"pkg:githubactions/softprops/turnstyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/softprops/turnstyle","docker_dependents_count":5,"docker_downloads_count":23360105,"usage_url":"https://repos.ecosyste.ms/usage/actions/softprops/turnstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/softprops/turnstyle/dependencies","status":null,"funding_links":["https://ko-fi.com/softprops"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-05T17:59:37.292Z","issues_count":33,"pull_requests_count":148,"avg_time_to_close_issue":26910216.217391305,"avg_time_to_close_pull_request":5434175.347826087,"issues_closed_count":23,"pull_requests_closed_count":138,"pull_request_authors_count":29,"issue_authors_count":30,"avg_comments_per_issue":3.0303030303030303,"avg_comments_per_pull_request":0.6283783783783784,"merged_pull_requests_count":94,"bot_issues_count":2,"bot_pull_requests_count":88,"past_year_issues_count":2,"past_year_pull_requests_count":23,"past_year_avg_time_to_close_issue":1674573.5,"past_year_avg_time_to_close_pull_request":253013.3,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":20,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":17,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fturnstyle/issues","maintainers":[{"login":"chenrui333","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chenrui333"},{"login":"softprops","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/softprops"}],"active_maintainers":[{"login":"chenrui333","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chenrui333"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/softprops%2Fturnstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/softprops%2Fturnstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/softprops%2Fturnstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/softprops%2Fturnstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/softprops%2Fturnstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/softprops%2Fturnstyle/codemeta","maintainers":[]}