{"id":15611019,"url":"https://github.com/awcodify/comment-finder","last_synced_at":"2026-04-07T13:32:01.923Z","repository":{"id":236208365,"uuid":"791703930","full_name":"awcodify/comment-finder","owner":"awcodify","description":"Find Comments in PR","archived":false,"fork":false,"pushed_at":"2024-09-09T09:38:34.000Z","size":1280,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T12:11:06.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/awcodify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T07:57:28.000Z","updated_at":"2024-06-12T06:20:57.000Z","dependencies_parsed_at":"2024-05-06T10:47:24.863Z","dependency_job_id":"3591bc8b-f493-49d1-ac0c-9f0e1c48157b","html_url":"https://github.com/awcodify/comment-finder","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":0.05769230769230771,"last_synced_commit":"e08a05f237f9309aaed2d8663000816ac040e01a"},"previous_names":["awcodify/comment-finder"],"tags_count":4,"template":false,"template_full_name":"actions/javascript-action","purl":"pkg:github/awcodify/comment-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fcomment-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fcomment-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fcomment-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fcomment-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awcodify","download_url":"https://codeload.github.com/awcodify/comment-finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fcomment-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31515144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-10-03T06:02:24.416Z","updated_at":"2026-04-07T13:32:01.895Z","avatar_url":"https://github.com/awcodify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comment Finder\n\n[![GitHub Super-Linter](https://github.com/actions/javascript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)\n![CI](https://github.com/actions/javascript-action/actions/workflows/ci.yml/badge.svg)\n\nThis GitHub Action checks if a specific user or team member has commented on the\ncurrent PR with given keywords.\n\nThe action can be useful in various scenarios, such as:\n\n- Enforcing code review policies by requiring specific users or team members to\n  approve changes before merging.\n- Automating deployment processes by ensuring that the necessary approvals have\n  been obtained.\n- Implementing custom workflows based on comment patterns or specific user\n  interactions.\n\n## Usage\n\n```yaml\nname: Comment Finder\non:\n  pull_request:\n    types: [opened, synchronize, reopened, closed]\n    paths-ignore:\n      - '**.md'\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check for comments\n        uses: awcodify/comment-finder@v1\n        with:\n          authors: 'username1,username2'\n          keywords: 'approve,yes,LGTM'\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n- **authors**: GitHub usernames or team slugs separated by commas. This will be\n  used to filter comments by the author. If the author is a team, use the format\n  `team/{{team-name}}`.\n- **keywords**: Comment keywords to search for (comma-separated). For instance:\n  `approve,yes,LGTM`.\n- **token**: GitHub token.\n- **fail_on_mismatch**: Fail the action if the given keywords are not found in\n  the comments\n- **include_review_comments**: This will allow use to search comment from pull\n  request review\n\n## Outputs\n\n- **matching_authors**: This will show authors which commented using given\n  keyword in the PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawcodify%2Fcomment-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawcodify%2Fcomment-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawcodify%2Fcomment-finder/lists"}