Skip to main content

All inputs

The list of all the inputs.

InputDescriptionDefault
Common
github-tokenA GitHub token used to perform the API calls to GitHub through @actions/github. Usually ${{ secrets.GITHUB_TOKEN }}.${{ github.token }}
dry-runA mode where any Data Manipulation Language will be skipped. Useful to debug safely and without risking messing up with your repository.false
Labels
issue-stale-labelThe label that will be added to the issue when it is stale.stale
issue-ignore-all-labelsAllow to ignore the processing of issues that contains any labels.false
issue-ignore-any-labelsAllow to ignore the processing of issues that contains one of those labels (multiline).
pull-request-stale-labelThe label that will be added to the pull request when it is stale.stale
pull-request-ignore-all-labelsAllow to ignore the processing of pull requests that contains any labels.false
pull-request-ignore-any-labelsAllow to ignore the processing of pull requests that contains one of those labels (multiline).
Assignees
issue-ignore-all-assigneesAllow to ignore the processing of issues that contains any assignees.false
issue-ignore-any-assigneesAllow to ignore the processing of issues that contains one of those assignees (multiline).
issue-only-with-assigneesOnly allow the processing of issues that contains at least one assignee.false
issue-only-any-assigneesOnly allow the processing of issues that contains one of those assignees (multiline).
pull-request-ignore-all-assigneesAllow to ignore the processing of pull requests that contains any assignees.false
pull-request-ignore-any-assigneesAllow to ignore the processing of pull requests that contains one of those assignees (multiline).
pull-request-only-with-assigneesOnly allow the processing of pull requests that contains at least one assignee.false
pull-request-only-any-assigneesOnly allow the processing of pull requests that contains one of those assignees (multiline).
Project cards
issue-ignore-all-project-cardsAllow to ignore the processing of issues that contains any project cards.false
issue-ignore-any-project-cardsAllow to ignore the processing of issues that contains one of those project cards (multiline).
issue-only-with-project-cardsOnly allow the processing of issues that contains at least one project card.false
issue-only-any-project-cardsOnly allow the processing of issues that contains one of those project cards (multiline).
pull-request-ignore-all-project-cardsAllow to ignore the processing of pull requests that contains any project cards.false
pull-request-ignore-any-project-cardsAllow to ignore the processing of pull requests that contains one of those project cards (multiline).
pull-request-only-with-project-cardsOnly allow the processing of pull requests that contains at least one project card.false
pull-request-only-any-project-cardsOnly allow the processing of pull requests that contains one of those project cards (multiline).
Milestones
issue-ignore-all-milestonesAllow to ignore the processing of issues that contains any milestones.false
issue-ignore-any-milestonesAllow to ignore the processing of issues that contains one of those milestones (multiline).
issue-only-with-milestonesOnly allow the processing of issues that contains at least one milestone.false
issue-only-any-milestonesOnly allow the processing of issues that contains one of those milestones (multiline).
pull-request-ignore-all-milestonesAllow to ignore the processing of pull requests that contains any milestones.false
pull-request-ignore-any-milestonesAllow to ignore the processing of pull requests that contains one of those milestones (multiline).
pull-request-only-with-milestonesOnly allow the processing of pull requests that contains at least one milestone.false
pull-request-only-any-milestonesOnly allow the processing of pull requests that contains one of those milestones (multiline).
Comments
issue-stale-commentThe comment that will be sent once the issue is stale (keep empty to not send a comment).
issue-close-commentThe comment that will be sent once the issue is close (keep empty to not send a comment).
pull-request-stale-commentThe comment that will be sent once the pull request is stale (keep empty to not send a comment).
pull-request-close-commentThe comment that will be sent once the pull request is close (keep empty to not send a comment).
Durations
issue-days-before-staleThe number of days until the issue is considered as stale.30
issue-days-before-closeThe number of days until a stale issue is considered as closed.10
pull-request-days-before-staleThe number of days until the pull request is considered as stale.30
pull-request-days-before-closeThe number of days until a stale pull request is considered as closed.10
Limiters
issue-limit-api-queries-countLimit the quantity of API queries calls performed during the processing of issues (-1 for unlimited).-1
issue-limit-api-mutations-countLimit the quantity of API mutations calls performed during the processing of issues (-1 for unlimited).-1
issue-ignore-before-creation-dateAllow to ignore the processing of issues that were created before this date (ISO 8601).
pull-request-limit-api-queries-countLimit the quantity of API queries calls performed during the processing of pull requests (-1 for unlimited).-1
pull-request-limit-api-mutations-countLimit the quantity of API mutations calls performed during the processing of pull requests (-1 for unlimited).-1
pull-request-ignore-before-creation-dateAllow to ignore the processing of pull requests that were created before this date (ISO 8601).
pull-request-ignore-draftAllow to ignore the processing of pull requests that are drafts.false
Others
issue-processingAllow to process the issues.true
issue-close-reasonThe reason when closing an issue (completed or not planned).not planned
issue-add-labels-after-staleA list of labels added when the processing stale the issue (multiline).
issue-remove-labels-after-staleA list of labels removed when the processing stale the issue (multiline).
issue-add-labels-after-closeA list of labels added when the processing close the issue (multiline).
issue-remove-labels-after-closeA list of labels removed when the processing close the issue (multiline).
pull-request-processingAllow to process the pull requests.true
pull-request-add-labels-after-staleA list of labels added when the processing stale the pull request (multiline).
pull-request-remove-labels-after-staleA list of labels removed when the processing stale the pull request (multiline).
pull-request-add-labels-after-closeA list of labels added when the processing close the pull request (multiline).
pull-request-remove-labels-after-closeA list of labels removed when the processing close the pull request (multiline).
pull-request-to-draft-instead-of-staleConvert the pull request to a draft pull request instead of handling it as a stale candidate.false
pull-request-delete-branch-after-closeDelete the branch when the processing close the pull request.false