omkarkhatavkar/search-github-prs
GitHub Action to search and fetch details of a PR based on title
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 8, 2024
- License
- MIT
Pinned Snippet
uses: omkarkhatavkar/search-github-prs@ec422bf05b788b61036aed1b81d2f612b63a709f # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | github repo name | yes | ${{ github.event.repository.name }} |
| repo_token | github repo token | — | ${{ github.token }} |
| title | title of the GitHub pull request to search and fetch details | yes | — |
Outputs
| name | description |
|---|---|
| details | return the matching PR details |
| result | return the result after matched result |