{"id":34610113,"url":"https://github.com/qualcomm/commit-msg-check-action","last_synced_at":"2026-01-20T17:45:45.881Z","repository":{"id":325219764,"uuid":"1052486975","full_name":"qualcomm/commit-msg-check-action","owner":"qualcomm","description":"A GitHub Action for Qualcomm projects that validates commit message formatting","archived":false,"fork":false,"pushed_at":"2025-11-25T10:16:41.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-28T16:30:18.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qualcomm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T06:00:47.000Z","updated_at":"2025-11-25T10:16:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qualcomm/commit-msg-check-action","commit_stats":null,"previous_names":["qualcomm/commit-msg-check-action"],"tags_count":0,"template":false,"template_full_name":"qualcomm/qualcomm-repository-template","purl":"pkg:github/qualcomm/commit-msg-check-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-msg-check-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-msg-check-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-msg-check-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-msg-check-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualcomm","download_url":"https://codeload.github.com/qualcomm/commit-msg-check-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-msg-check-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T14:05:47.299Z","updated_at":"2025-12-24T14:07:01.288Z","avatar_url":"https://github.com/qualcomm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commit-msg-check-action\nThis GitHub Action enforces consistent commit message formatting for Qualcomm projects. It currently supports the following validations:\n\n- Commit Subject : Verifies that a subject line is present and does not exceed the specified character limit.\n- Commit Body : Ensures a body is provided and that each line adheres to the defined word wrap limit.\n- Check Blank Line Flag: When true, ensures a blank line between the commit subject, body, and Signed-off-by signature for better readability.\n\n# Usage\nCreate a new GitHub Actions workflow in your project, e.g. at .github/workflows/commit-check.yml\n\n    name: Commit Msg Check Action\n    \n    on:\n      pull_request:\n        types: [opened, synchronize, reopened]\n    \n    jobs:\n      check-commits:\n        runs-on: ubuntu-latest\n    \n        steps:    \n          - name: Run custom commit check\n            uses: qualcomm/commit-msg-check-action@v1.0.0\n            env: \n              GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n            with:\n              body-char-limit: 72\n              sub-char-limit: 50\n              check-blank-line: true\n              \n\n\n## Getting in Contact\n\nIf you have questions, suggestions, or issues related to this project, there are several ways to reach out:\n\n* [Report an Issue on GitHub](../../issues)\n* [Open a Discussion on GitHub](../../discussions)\n* [E-mail us](mailto:ynancher@qti.qualcomm.com,lint.core@qti.qualcomm.com) for general questions\n\n## License\n\ncommit-msg-check-action is licensed under the [BSD-3-Clause-Clear License](https://spdx.org/licenses/BSD-3-Clause-Clear.html). See [LICENSE.txt](LICENSE.txt) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fcommit-msg-check-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualcomm%2Fcommit-msg-check-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fcommit-msg-check-action/lists"}