{"id":19181173,"url":"https://github.com/omkarkhatavkar/search-github-prs","last_synced_at":"2026-04-17T19:32:57.569Z","repository":{"id":218528328,"uuid":"746631404","full_name":"omkarkhatavkar/search-github-prs","owner":"omkarkhatavkar","description":"GitHub Action for searching and filtering Pull Requests based on specified criteria.","archived":false,"fork":false,"pushed_at":"2024-02-08T10:49:52.000Z","size":1160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T02:19:34.080Z","etag":null,"topics":["github-actions","github-api","pull-requests"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/search-github-prs","language":"Python","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/omkarkhatavkar.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-22T11:55:58.000Z","updated_at":"2024-01-22T12:28:18.000Z","dependencies_parsed_at":"2024-11-09T10:52:42.248Z","dependency_job_id":"b188c304-181a-4088-a26c-fa622313a2a3","html_url":"https://github.com/omkarkhatavkar/search-github-prs","commit_stats":null,"previous_names":["omkarkhatavkar/search-github-prs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/omkarkhatavkar/search-github-prs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarkhatavkar%2Fsearch-github-prs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarkhatavkar%2Fsearch-github-prs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarkhatavkar%2Fsearch-github-prs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarkhatavkar%2Fsearch-github-prs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omkarkhatavkar","download_url":"https://codeload.github.com/omkarkhatavkar/search-github-prs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarkhatavkar%2Fsearch-github-prs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31943419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["github-actions","github-api","pull-requests"],"created_at":"2024-11-09T10:52:29.388Z","updated_at":"2026-04-17T19:32:57.553Z","avatar_url":"https://github.com/omkarkhatavkar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# search-github-prs\nGitHub Action for searching and filtering Pull Requests based on specified criteria. This action is designed to retrieve a list of Pull Requests from a GitHub repository and filter them based on user-defined criteria, providing a customizable and efficient way to manage and analyze your Pull Requests.\n\n\n## Inputs\n\n| Input           | Description                                                  | Required| Default                             |\n|-----------------|--------------------------------------------------------------|---------|-------------------------------------|\n| `repo`          | Github repo name e.g. owner/repo_name                        | Yes     | ${{ github.event.repository.name }} |\n| `title`         | Title of the GitHub pull request to search and fetch details | Yes     | None                                |\n| `repo_token`    | Pass the github token for authentication                     | Yes     | ${{ secret.GITHUB_TOKEN }}          |\n\n\n## outputs\n\n| Output   | Description                      |\n|----------|----------------------------------|\n| `result` | PR details of search/filter PR   |\n\n## Example Usage\n\n```yaml\nname: Search for Specific Pull Request\non: push\n\njobs:\n  search_for_pr:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Search for the pull request\n        id: outcome\n        uses: omkarkhatavkar/search-github-prs@main\n        with:\n          repo: 'satellite/robottelo'\n          title: 'exact title of the pr you wanted to search or filter'\n      - name: Check the result\n        run: |\n          if [ ${{ steps.outcome.outputs.result }} == 'success' ]; then\n            echo \"The PR is found\"\n          else\n            echo \"Failed to find the PR\"\n          fi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarkhatavkar%2Fsearch-github-prs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomkarkhatavkar%2Fsearch-github-prs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarkhatavkar%2Fsearch-github-prs/lists"}