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