Skip to content

Commit

Permalink
Typo in how to perform check for specific labels (actions#357)
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
romainr authored and C0ZEN committed Apr 28, 2021
1 parent 5e20aa8 commit ee8f729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ee8f729

Please sign in to comment.