hivemq/Pi PR Review - Resolve Event
Determines if the current GitHub event should trigger a Pi PR review
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| allowed-comment-associations | Comma-separated list of GitHub author associations allowed to trigger a review via /review comment (e.g. OWNER,MEMBER,COLLABORATOR). Leave empty to allow anyone. | no | OWNER,MEMBER,COLLABORATOR |
Outputs
| name | description |
|---|---|
| should-run | Whether the review should run (true/false) |
| pr-number | The PR number to review |
| post-comment | Whether to post/update a PR comment (true/false) |