| token | An optional Personal Access Token with enough permissions to fetch all required pull requests to calculate the stats. | no | — |
| githubToken | The 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 }} |
| 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 | — |
| period | The length of the period used to calculate the stats, expressed in days | no | 30 |
| limit | The maximum number of rows to display in the table. A value of `0` means unlimited. | no | 0 |
| stats | A comma separated list of the stats to be calculated and displayed. | no | — |
| charts | Whether to add charts to the stats or not. Possible values: "true" or "false" | no | false |
| sortBy | The column used to sort the data. | no | — |
| publishAs | Where to publish the results. Possible values: "COMMENT", "DESCRIPTION" or "NONE" | no | COMMENT |
| exclude | A list or regular expression to exclude users from the stats | no | — |
| include | A list or regular expression to specify the users that will be included in the stats | no | — |
| disableLinks | Prevents from adding any external links in the stats | no | false |
| telemetry | Indicates if the action is allowed to send monitoring data to the developer. | no | true |
| slackWebhook | A Slack webhook URL to post resulting stats. | no | — |
| slackChannel | The Slack channel where stats will be posted. Required when a Slack webhook is configured. | no | — |
| teamsWebhook | A Microsoft Teams webhook URL to post resulting stats. | no | — |
| webhook | A webhook URL to post resulting stats. | no | — |
| sort-by | Used for retro compatibility. Use "sortBy" input instead. | no | — |
| publish-as | Used for retro compatibility. Use "publishAs" input instead. | no | — |
| disable-links | Used for retro compatibility. Use "disableLinks" input instead. | no | false |
| slack-webhook | Used for retro compatibility. Use "slackWebhook" input instead. | no | — |
| slack-channel | Used for retro compatibility. Use "slackChannel" input instead. | no | — |
| teams-webhook | Used for retro compatibility. Use "teamsWebhook" input instead. | no | — |