{"id":34610114,"url":"https://github.com/qualcomm/commit-emails-check-action","last_synced_at":"2026-01-20T18:07:44.297Z","repository":{"id":291196801,"uuid":"974485559","full_name":"qualcomm/commit-emails-check-action","owner":"qualcomm","description":"GitHub action for checking email addresses in PR/Push commits","archived":false,"fork":false,"pushed_at":"2025-11-04T22:18:47.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T02:47:00.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","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","code_of_conduct":"CODE-OF-CONDUCT.md","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":null,"dco":null,"cla":null}},"created_at":"2025-04-28T21:15:18.000Z","updated_at":"2025-11-04T22:18:51.000Z","dependencies_parsed_at":"2025-05-03T02:38:59.553Z","dependency_job_id":"5fd2076b-ea3c-4454-9ea1-0a07d62594f2","html_url":"https://github.com/qualcomm/commit-emails-check-action","commit_stats":null,"previous_names":["qualcomm/commit-emails-check-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/qualcomm/commit-emails-check-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-emails-check-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-emails-check-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-emails-check-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-emails-check-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualcomm","download_url":"https://codeload.github.com/qualcomm/commit-emails-check-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fcommit-emails-check-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28608095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T14:05:47.318Z","updated_at":"2026-01-20T18:07:44.263Z","avatar_url":"https://github.com/qualcomm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commit-emails-check-action\n\n[![CI](https://github.com/qualcomm/commit-emails-check-action/actions/workflows/ci.yml/badge.svg)](https://github.com/qualcomm/commit-emails-check-action/actions/workflows/ci.yml)\n\nQualcomm PR email addresses checker\n\nFor each commit in a PR, validates that the commit's author and committer email\naddresses are appropriate for the repo.\n\n**NOTE:** This action should be used with `pull_request` events.\n\n## Example Usage\n\n```yaml\nname: PR email addresses checker\n\non: pull_request\n\n# If using this action on a private/internal repo, you must grant read access to PRs\npermissions:\n  pull-requests: read\n\njobs:\n  pr-check-emails:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check PR emails\n        uses: qualcomm/commit-emails-check-action@main\n```\n\n## Email address policy\n\n- Committer (in all cases) or Author (when commit is not an upstream cherry-pick)\n  - Block `@.*qualcomm.com` except `@qti.qualcomm.com` and `@oss.qualcomm.com`\n  - Block `\u003cusername\u003e@quicinc.com` unless the custom repository property\n    `allow-quicinc-authors` (for authors) or `allow-quicinc-committers` (for committers)\n    is set to true\n  - Block `quic_\u003cusername\u003e@quicinc.com` (starting Jan 2026)\n  - Block `@codeaurora.org`\n- Author (when commit is an [upstream cherry-pick](#upstream-cherry_pick))\n  - Block `@.*qualcomm.com` except `@qti.qualcomm.com` and `@oss.qualcomm.com`\n  - Allow `\u003cusername\u003e@quicinc.com`\n  - Allow `quic_\u003cusername\u003e@quicinc.com` if author date is before Jan 1 2026\n  - Allow `@codeaurora.org` if author date is before Dec 4 2021\n\nThe action also includes a check for email address characters in the commit identity \"name\".\nMalformed committer names are errors and malformed author names are warnings.\n\n### Upstream cherry-pick\n\nA commit is classified as an upstream cherry-pick if the commit message\ncontains any of the following:\n\n- the footers `Git-Repo:` and `Git-Commit:`\n- the footer `Patch-mainline:`\n- the text `cherry picked from commit \u003ccommit-id\u003e`\n\n## Copyright and License\n\n```text\nCopyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\nSPDX-License-Identifier: BSD-3-Clause\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fcommit-emails-check-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualcomm%2Fcommit-emails-check-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fcommit-emails-check-action/lists"}