actions-awesome/PRs Review Helper
Get PRs automated
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Aug 24, 2026
- Maintenance Recency
- Stalelast commit May 17, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-awesome/pr-helper@48f7641b8b2feebab7d6a2fbc22812fd0bfee829 # 1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| actions | The actions to perform, default separated by comma | yes | — |
| greeting-message | The message to show to the issue or PR author | — | — |
| greeting-guideline-address | The link to the guideline documentation, e.g.: https://docs.github.com/en | — | — |
| token | The token of Github | — | ${{ github.token }} |
| pr-number | The number of PR to be operated on | — | ${{ github.event.number }} |
| repo | Repository name | — | — |
| body | Comment body to post | — | — |
| labels | Labels to add, default separated by comma | — | — |
| labels-to-add | Used when combined remove and add labels actions together | — | — |
| labels-to-remove | Used when combined remove and add labels actions together | — | — |
| label-only-if | Add labels only when its true | — | — |
| reviewers | Reviewers id to add, default separated by comma | — | — |
| assignees | Assignees id to add, default separated by comma | — | — |
| suggested-reviewers | Suggested reviewers id to add, default separated by comma | — | — |
| delimiter | The delimiter to split the all multi valued inputs | — | — |
| comment-body | Comment body to post | — | — |
| body-filter | Signature text for filtering the comment trying to maintain | — | — |
Outputs
no outputs