actions-marketplace-validations/Pull Request Stats (no tracking)
Action to print stats about Pull Request reviewers in PR description
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 21, 2022
- License
- AGPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/fo2rist_pull-request-stats@77ef812fd4880d0ff0a2590e1ee94d41165061a9 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub authentication token | yes | ${{ github.token }} |
| repositories | A comma separated list of github repositories to calculate the stats. | no | — |
| organization | An organization name to use all of its repositories to calculate the stats. | no | — |
| excluded-reviewers | List of user IDs to exclude from stats | no | [] |
| period | The length of the period used to calculate the stats, expressed in days | no | 30 |
| charts | Whether to add charts to the stats or not. Possible values: "true" or "false" | no | false |
| summary | Whether to add summary stats for period. Possible values: "true" or "false" | no | true |
| sort-by | The column used to sort the data. Possible values: "REVIEWS", "TIME" or "COMMENTS" | no | REVIEWS |
| disable-links | Prevents from adding any external links in the stats | no | true |
| limit | The maximum number of rows to display in the table. A value of `0` means unlimited. | no | 0 |
Outputs
no outputs