Skip to content

Commit

Permalink
ci: change "stale" limit to 20 days
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug authored Sep 16, 2020
1 parent d7ef3f3 commit 56800c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
stale-pr-message: 'This PR is being marked as "stale" because it has been open 30 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.'
stale-pr-label: stale
exempt-pr-labels: pinned
days-before-stale: 30
days-before-stale: 20
days-before-close: 5

0 comments on commit 56800c1

Please sign in to comment.