All pull requests inputs
The list of all the pull requests inputs.
Input | Description | Default |
---|---|---|
Labels | ||
pull-request-stale-label | The label that will be added to the pull request when it is stale. | stale |
pull-request-ignore-all-labels | Allow to ignore the processing of pull requests that contains any labels. | false |
pull-request-ignore-any-labels | Allow to ignore the processing of pull requests that contains one of those labels (multiline). | |
Assignees | ||
pull-request-ignore-all-assignees | Allow to ignore the processing of pull requests that contains any assignees. | false |
pull-request-ignore-any-assignees | Allow to ignore the processing of pull requests that contains one of those assignees (multiline). | |
pull-request-only-with-assignees | Only allow the processing of pull requests that contains at least one assignee. | false |
pull-request-only-any-assignees | Only allow the processing of pull requests that contains one of those assignees (multiline). | |
Project cards | ||
pull-request-ignore-all-project-cards | Allow to ignore the processing of pull requests that contains any project cards. | false |
pull-request-ignore-any-project-cards | Allow to ignore the processing of pull requests that contains one of those project cards (multiline). | |
pull-request-only-with-project-cards | Only allow the processing of pull requests that contains at least one project card. | false |
pull-request-only-any-project-cards | Only allow the processing of pull requests that contains one of those project cards (multiline). | |
Milestones | ||
pull-request-ignore-all-milestones | Allow to ignore the processing of pull requests that contains any milestones. | false |
pull-request-ignore-any-milestones | Allow to ignore the processing of pull requests that contains one of those milestones (multiline). | |
pull-request-only-with-milestones | Only allow the processing of pull requests that contains at least one milestone. | false |
pull-request-only-any-milestones | Only allow the processing of pull requests that contains one of those milestones (multiline). | |
Comments | ||
pull-request-stale-comment | The comment that will be sent once the pull request is stale (keep empty to not send a comment). | |
pull-request-close-comment | The comment that will be sent once the pull request is close (keep empty to not send a comment). | |
Durations | ||
pull-request-days-before-stale | The number of days until the pull request is considered as stale. | 30 |
pull-request-days-before-close | The number of days until a stale pull request is considered as closed. | 10 |
Limiters | ||
pull-request-limit-api-queries-count | Limit the quantity of API queries calls performed during the processing of pull requests (-1 for unlimited). | -1 |
pull-request-limit-api-mutations-count | Limit the quantity of API mutations calls performed during the processing of pull requests (-1 for unlimited). | -1 |
pull-request-ignore-before-creation-date | Allow to ignore the processing of pull requests that were created before this date (ISO 8601). | |
pull-request-ignore-draft | Allow to ignore the processing of pull requests that are drafts. | false |
Others | ||
pull-request-processing | Allow to process the pull requests. | true |
pull-request-add-labels-after-stale | A list of labels added when the processing stale the pull request (multiline). | |
pull-request-remove-labels-after-stale | A list of labels removed when the processing stale the pull request (multiline). | |
pull-request-add-labels-after-close | A list of labels added when the processing close the pull request (multiline). | |
pull-request-remove-labels-after-close | A list of labels removed when the processing close the pull request (multiline). | |
pull-request-to-draft-instead-of-stale | Convert the pull request to a draft pull request instead of handling it as a stale candidate. | false |
pull-request-delete-branch-after-close | Delete the branch when the processing close the pull request. | false |