Typo in how to perform check for specific labels (#357)

Not tests but feels like a typo.

Or if we keep the title it `exempt` feels more approriate:

          exempt-issue-labels: 'roadmap'
          exempt-pr-labels: 'roadmap'
This commit is contained in:
Romain Rigaux 2021-04-28 13:27:23 -07:00 committed by GitHub
parent 5e20aa8410
commit 704929ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ jobs:
exempt-all-pr-milestones: true
```
Avoid stale for specific labels:
Check stale for specific labels:
```yaml
name: 'Close stale issues and PRs'