{"id":18982292,"url":"https://github.com/profusion/check-pr-commits-authors-action","last_synced_at":"2026-02-26T20:02:12.739Z","repository":{"id":153600876,"uuid":"629019060","full_name":"profusion/check-pr-commits-authors-action","owner":"profusion","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-19T19:39:55.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-11-10T20:08:34.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/profusion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-04-17T13:05:42.000Z","updated_at":"2023-04-17T13:38:08.000Z","dependencies_parsed_at":"2023-05-20T09:30:44.234Z","dependency_job_id":null,"html_url":"https://github.com/profusion/check-pr-commits-authors-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/profusion/check-pr-commits-authors-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profusion%2Fcheck-pr-commits-authors-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profusion%2Fcheck-pr-commits-authors-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profusion%2Fcheck-pr-commits-authors-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profusion%2Fcheck-pr-commits-authors-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/profusion","download_url":"https://codeload.github.com/profusion/check-pr-commits-authors-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profusion%2Fcheck-pr-commits-authors-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29870390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"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"}},"keywords":[],"created_at":"2024-11-08T16:13:02.713Z","updated_at":"2026-02-26T20:02:12.697Z","avatar_url":"https://github.com/profusion.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# check-pr-commits-authors-action\nChecks a pull request commits authors according to the email domain. It pass if it's not triggered on a pull request event.\n\n## Inputs\n### `EMAIL_PATTERN`\nRequired email pattern. For example: \"^.*@required\\\\.com$\".\n\n### `IGNORED_EMAIL_PATTERN`\nEmail pattern to be ignored on check.. For example: \"^.*@ignored\\\\.com$\".\n\n\n## Env\n### `GITHUB_TOKEN`\nRequired github token to read the repository pull request.\n\n## Usage example\n```yaml\nname: Check PR commits authors example\n\non:\n  pull_request:\n\njobs:\n  check-commits-authors:\n    env:\n      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n    steps:\n      - uses: profusion/check-pr-commits-authors-action@main\n        with:\n          EMAIL_PATTERN: ${{ vars.EMAIL_PATTERN }}\n          IGNORED_EMAIL_PATTERN: ${{ vars.IGNORED_EMAIL_PATTERN }} # this one is not required\n```\n\n## Running example\n### `Triggered on a no pull request related event`\n![Screenshot 2023-04-19 at 13 48 42](https://user-images.githubusercontent.com/61801642/233144933-74611cac-3136-4b4c-a4cd-4c46c686f0de.png)\n\n### `At least one invalid commit author`\n![Screenshot 2023-04-19 at 12 38 07](https://user-images.githubusercontent.com/61801642/233127631-defe7572-e0f9-43d6-8af1-a99e2213ea23.png)\n\n### `No invalid commit author`\n![Screenshot 2023-04-19 at 12 46 17](https://user-images.githubusercontent.com/61801642/233129773-fb3748b5-ccaf-4756-a671-d1fc07cd3f2f.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofusion%2Fcheck-pr-commits-authors-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofusion%2Fcheck-pr-commits-authors-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofusion%2Fcheck-pr-commits-authors-action/lists"}