viboo-ag/Unapproved PRs Report
Find and report merged Pull Requests without approval reviews
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository to check in format owner/name. Defaults to current repository. | no | ${{ github.repository }} |
| days | Number of days to look back for merged PRs | no | 30 |
| create-issue | Create a GitHub issue with the report (true/false) | no | true |
| assignees | Comma-separated list of GitHub usernames to assign to the issue | no | — |
| labels | Comma-separated list of labels to add to the issue | no | code-review |
| issue-title-prefix | Prefix for the issue title | no | Unapproved Merged PRs Report |
Outputs
| name | description |
|---|---|
| has-unapproved | Whether unapproved PRs were found (true/false) |
| report-file | Path to the generated markdown report file |
| pr-count | Number of unapproved PRs found |