Skip to content

Commit

Permalink
Fix "Feature Request" labels stale exempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Mar 26, 2023
1 parent 61b74b6 commit fdf3cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
exempt-issue-labels: 'Feature Requests,documentation'
exempt-issue-labels: 'Feature Request,documentation'
days-before-issue-stale: 45
days-before-pr-stale: -1
days-before-issue-close: 7
Expand Down

0 comments on commit fdf3cf0

Please sign in to comment.