Add issue labels after stale input
Input
Name: issue-add-labels-after-stale
Type: string[]
Default value: []
Description
This input will let you add extra labels when the processing stale the issues.
This can be useful if you wish to easily add extra labels to improve your triage post-stale.
caution
The labels must be real labels, existing inside your repository list of labels (github.com/your-organization/your-repository/labels).
If not, the GitHub API will throw an error.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
issue-add-labels-after-stale: |
warning
triage obsolete