update logging message for exempt labels

This commit is contained in:
John Sudol
2022-11-24 19:42:47 +00:00
committed by GitHub
parent e27c9afd63
commit fde7d4444e
3 changed files with 9 additions and 6 deletions

View File

@@ -246,8 +246,7 @@ Required Permission: `pull-requests: write`
#### exempt-issue-labels
The label(s) that can exempt to automatically mark as stale the issues.
It can be a comma separated list of labels (e.g: `question,bug`).
A comma separated list of labels, that prevent the issue from being marked as stale. (e.g: `question,bug,wip`)
If unset (or an empty string), this option will not alter the stale workflow.