{"id":8040271,"name":"remarkablemark/commitlint","ecosystem":"actions","description":"Lint commit messages with GitHub Actions.","homepage":"https://github.com/marketplace/actions/lintcommit","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/remarkablemark/commitlint","keywords_array":["commit","commit-message","commitlint","conventional-commits","github-actions","lint"],"namespace":"remarkablemark","versions_count":10,"first_release_published_at":"2023-08-07T04:19:26.000Z","latest_release_published_at":"2025-11-21T23:23:31.000Z","latest_release_number":"v2.0.0","last_synced_at":"2026-03-28T06:20:38.843Z","created_at":"2023-08-07T06:08:56.004Z","updated_at":"2026-03-28T06:20:38.843Z","registry_url":"https://github.com/remarkablemark/commitlint","install_command":null,"documentation_url":null,"metadata":{"name":"lintcommit","description":"Lint commit messages with GitHub Actions.","author":"remarkablemark","inputs":{"checkout":{"description":"Whether to checkout the repository","required":false,"default":false},"config":{"description":"Config to enforce conventional commits","required":false,"default":"@commitlint/config-conventional"},"from":{"description":"Lower end of the commit range to lint","required":false,"default":"HEAD~1"},"version":{"description":"Version of @commitlint/cli","required":false,"default":"latest"}},"runs":{"using":"composite","steps":[{"name":"Checkout repository","if":"inputs.checkout == 'true'","uses":"actions/checkout@v6","with":{"fetch-depth":0}},{"name":"Install commitlint","shell":"bash","run":"npm install --silent --global commitlint@${{ toJSON(inputs.version) }}\n\nif [[ '${{ runner.debug }}' == 1 ]]; then\n  commitlint --version\nfi\n"},{"name":"Get config","shell":"bash","run":"if [[ -f package.json ]] \u0026\u0026 grep --quiet '\"@commitlint/' package.json; then\n  npm install --silent\n  exit 0\nfi\n\nCONFIG=$(commitlint --print-config --no-color)\n\nRULES_LENGTH=$(node \u003c\u003cEOF\n  const config = $CONFIG;\n  console.log(Object.keys(config.rules).length);\nEOF\n)\n\nif [[ $RULES_LENGTH == 0 ]]; then\n  npm install --silent --no-save ${{ toJSON(inputs.config) }}\n  cat \u003c\u003c'EOF' \u003e .commitlintrc.json\n  {\n    \"extends\": [${{ toJSON(inputs.config) }}],\n    \"rules\": {\n      \"body-max-line-length\": [1, \"always\", 100],\n      \"footer-max-line-length\": [1, \"always\", 100]\n    }\n  }\nEOF\nfi\n"},{"name":"Run commitlint","shell":"bash","run":"commitlint --from=${{ toJSON(inputs.from) }}"},{"name":"Cleanup","shell":"bash","run":"npm uninstall --silent --global commitlint\ngit reset --hard 1\u003e /dev/null\ngit clean -d --force 1\u003e /dev/null\n"}]},"branding":{"icon":"terminal","color":"gray-dark"},"default_branch":"master","path":null},"repo_metadata":{"id":186608545,"uuid":"675418890","full_name":"remarkablemark/commitlint","owner":"remarkablemark","description":"📓 Lint commit messages with GitHub Actions.","archived":false,"fork":false,"pushed_at":"2025-11-21T23:28:42.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T01:16:17.776Z","etag":null,"topics":["commit","commit-message","commitlint","conventional-commits","github-actions","lint"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/lintcommit","language":null,"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/remarkablemark.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":null,"dco":null,"cla":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"buy_me_a_coffee":"remarkablemark","thanks_dev":"u/gh/remarkablemark","custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2023-08-06T21:07:03.000Z","updated_at":"2025-11-21T23:28:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"18e1d9b8-90a5-435f-80ee-49cde8eac70b","html_url":"https://github.com/remarkablemark/commitlint","commit_stats":null,"previous_names":["remarkablemark/commitlint"],"tags_count":10,"template":false,"template_full_name":"remarkablemark/github-actions-composite-template","purl":"pkg:github/remarkablemark/commitlint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/sbom","scorecard":{"id":770033,"data":{"date":"2025-08-11","repo":{"name":"github.com/remarkablemark/commitlint","commit":"16e0c56f48b32d2b080be8fa784b03348b6f6a7f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/15 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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-please.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/remarkablemark/commitlint/release-please.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release-please.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/remarkablemark/commitlint/release-please.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/remarkablemark/commitlint/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/release-please.yml:8","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":-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":"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 18 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"}}]},"last_synced_at":"2025-08-23T01:58:07.024Z","repository_id":186608545,"created_at":"2025-08-23T01:58:07.025Z","updated_at":"2025-08-23T01:58:07.025Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29655026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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"},"owner_record":{"login":"remarkablemark","name":"Mark","uuid":"10594555","kind":"user","description":"remarkablemark.org","email":"","website":"b.remarkabl.org/mark","location":"New York","twitter":null,"company":"☁️ ","icon_url":"https://avatars.githubusercontent.com/u/10594555?u=6fe7e91df63390a60aa3b1c9cf2fbd7e43188ff2\u0026v=4","repositories_count":207,"last_synced_at":"2026-02-12T06:34:21.814Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"buy_me_a_coffee":"remarkablemark","thanks_dev":"u/gh/remarkablemark","custom":["https://b.remarkabl.org/teespring"]}},"html_url":"https://github.com/remarkablemark","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://buymeacoffee.com/remarkablemark","https://thanks.dev/u/gh/remarkablemark","https://b.remarkabl.org/teespring"],"total_stars":3113,"followers":288,"following":23,"created_at":"2022-11-02T16:24:05.407Z","updated_at":"2026-02-12T06:34:21.814Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark/repositories"},"tags":[{"name":"v2.0","sha":"01055589de80e4a9ddb47f124df123730abf77bd","kind":"tag","published_at":"2025-11-21T23:23:56.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v2.0","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v2.0","dependencies_parsed_at":"2025-12-11T13:03:27.531Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v2.0/manifests"},{"name":"v2","sha":"01055589de80e4a9ddb47f124df123730abf77bd","kind":"tag","published_at":"2025-11-21T23:23:56.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v2","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v2","dependencies_parsed_at":"2025-12-11T13:03:29.378Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v2/manifests"},{"name":"v2.0.0","sha":"01055589de80e4a9ddb47f124df123730abf77bd","kind":"commit","published_at":"2025-11-21T23:23:31.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v2.0.0","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v2.0.0","dependencies_parsed_at":"2025-12-11T13:03:29.602Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v2.0.0/manifests"},{"name":"v1.1.2","sha":"65bfc2f25b4ca993fbb1f526be7de02ceb036daf","kind":"commit","published_at":"2025-08-24T19:19:29.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1.1.2","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1.1.2","dependencies_parsed_at":"2025-08-27T05:42:18.698Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1.2/manifests"},{"name":"v1.1","sha":"c81b127d8d48c04b592814bc7c6bc51b578e51cc","kind":"tag","published_at":"2025-03-26T02:15:58.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1.1","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1.1","dependencies_parsed_at":"2025-12-11T13:03:29.955Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1/manifests"},{"name":"v1.1.1","sha":"c81b127d8d48c04b592814bc7c6bc51b578e51cc","kind":"commit","published_at":"2025-03-26T02:15:39.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1.1.1","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1.1.1","dependencies_parsed_at":"2025-12-11T13:03:30.968Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"40b97d1ea168454b36aa796b5aa217eaef8695db","kind":"commit","published_at":"2025-03-26T01:54:51.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1.1.0","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1.1.0","dependencies_parsed_at":"2025-12-11T13:03:30.975Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.1.0/manifests"},{"name":"v1.0","sha":"f6af5a70313ccaa395223d1f27c77f4b32bdda4d","kind":"tag","published_at":"2023-08-07T04:19:51.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1.0","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1.0","dependencies_parsed_at":"2023-08-10T06:16:52.935Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.0/manifests"},{"name":"v1","sha":"f6af5a70313ccaa395223d1f27c77f4b32bdda4d","kind":"tag","published_at":"2023-08-07T04:19:51.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1","dependencies_parsed_at":"2023-08-10T06:16:52.941Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1/manifests"},{"name":"v1.0.0","sha":"f6af5a70313ccaa395223d1f27c77f4b32bdda4d","kind":"commit","published_at":"2023-08-07T04:19:26.000Z","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/v1.0.0","html_url":"https://github.com/remarkablemark/commitlint/releases/tag/v1.0.0","dependencies_parsed_at":"2023-08-10T06:16:52.924Z","dependency_job_id":null,"purl":"pkg:github/remarkablemark/commitlint@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-02-20T15:09:43.886Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.753604816986215,"dependent_packages_count":0.0,"stargazers_count":34.63793376643955,"forks_count":35.113294248138175,"docker_downloads_count":null,"average":23.626208207890986},"purl":"pkg:githubactions/remarkablemark/commitlint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/remarkablemark/commitlint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/remarkablemark/commitlint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/remarkablemark/commitlint/dependencies","status":null,"funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://buymeacoffee.com/remarkablemark","https://thanks.dev/u/gh/remarkablemark","https://b.remarkabl.org/teespring"],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-22T02:02:08.729Z","issues_count":0,"pull_requests_count":16,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":7270.071428571428,"issues_closed_count":0,"pull_requests_closed_count":14,"pull_request_authors_count":3,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.1875,"merged_pull_requests_count":14,"bot_issues_count":0,"bot_pull_requests_count":9,"past_year_issues_count":0,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":174.2,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.16666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/issues","maintainers":[{"login":"remarkablemark","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/remarkablemark"}],"active_maintainers":[{"login":"remarkablemark","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/remarkablemark"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/remarkablemark%2Fcommitlint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/remarkablemark%2Fcommitlint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/remarkablemark%2Fcommitlint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/remarkablemark%2Fcommitlint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/remarkablemark%2Fcommitlint/codemeta","maintainers":[]}