| github-token | GitHub access token | — | ${{ github.token }} |
| exclude-issue-created-before | Do not process issues created before a given timestamp, value must follow ISO 8601 | — | "" |
| exclude-issue-labels | Do not process issues with these labels, value must be a comma separated list of labels | — | "" |
| issue-labels | Labels to add before closing or locking an issue, value must be a comma separated list of labels | — | "" |
| issue-comment | Comment to post before closing or locking an issue | — | "" |
| skip-closed-issue-comment | Do not comment on already closed issues before locking, value must be either `true` or `false` | — | false |
| close-issue | Close issues, value must be either `true` or `false` | — | true |
| issue-close-reason | Reason for closing an issue, value must be either `completed` or `not planned` | — | not planned |
| lock-issue | Lock issues, value must be either `true` or `false` | — | true |
| issue-lock-reason | Reason for locking an issue, value must be one of `resolved`, `off-topic`, `too heated` or `spam` | — | "" |
| exclude-pr-created-before | Do not process pull requests created before a given timestamp, value must follow ISO 8601 | — | "" |
| exclude-pr-labels | Do not process pull requests with these labels, value must be a comma separated list of labels | — | "" |
| pr-labels | Labels to add before closing or locking a pull request, value must be a comma separated list of labels | — | "" |
| pr-comment | Comment to post before closing or locking a pull request | — | "" |
| skip-closed-pr-comment | Do not comment on already closed pull requests before locking, value must be either `true` or `false` | — | false |
| close-pr | Close pull requests, value must be either `true` or `false` | — | true |
| lock-pr | Lock pull requests, value must be either `true` or `false` | — | true |
| pr-lock-reason | Reason for locking a pull request, value must be one of `resolved`, `off-topic`, `too heated` or `spam` | — | "" |
| process-only | Process only issues or pull requests, value must be either `issues` or `prs` | — | "" |
| log-output | Log output parameters, value must be either `true` or `false` | — | false |