flowwer-dev/Pull Request Stats

Github action to print relevant stats about Pull Request reviewers

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAn optional Personal Access Token with enough permissions to fetch all required pull requests to calculate the stats.no
githubTokenThe default GitHub Token (secrets.GITHUB_TOKEN), used to publish comments as a bot. No need to assign a value for this input.yes${{ github.token }}
repositoriesA comma separated list of github repositories to calculate the stats.no
organizationAn organization name to use all of its repositories to calculate the stats.no
periodThe length of the period used to calculate the stats, expressed in daysno30
limitThe maximum number of rows to display in the table. A value of `0` means unlimited.no0
statsA comma separated list of the stats to be calculated and displayed.no
chartsWhether to add charts to the stats or not. Possible values: "true" or "false"nofalse
sortByThe column used to sort the data.no
publishAsWhere to publish the results. Possible values: "COMMENT", "DESCRIPTION" or "NONE"noCOMMENT
excludeA list or regular expression to exclude users from the statsno
includeA list or regular expression to specify the users that will be included in the statsno
disableLinksPrevents from adding any external links in the statsnofalse
telemetryIndicates if the action is allowed to send monitoring data to the developer.notrue
slackWebhookA Slack webhook URL to post resulting stats.no
slackChannelThe Slack channel where stats will be posted. Required when a Slack webhook is configured.no
teamsWebhookA Microsoft Teams webhook URL to post resulting stats.no
webhookA webhook URL to post resulting stats.no
sort-byUsed for retro compatibility. Use "sortBy" input instead.no
publish-asUsed for retro compatibility. Use "publishAs" input instead.no
disable-linksUsed for retro compatibility. Use "disableLinks" input instead.nofalse
slack-webhookUsed for retro compatibility. Use "slackWebhook" input instead.no
slack-channelUsed for retro compatibility. Use "slackChannel" input instead.no
teams-webhookUsed for retro compatibility. Use "teamsWebhook" input instead.no
namedescription
resultsMdThe resulting stats stored as a step output variable in Markdown format.
resultsJsonThe resulting stats stored as a step output variable in JSON format.