File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Mark stale issues and pull requests
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : 35 * * * *
6+ - cron : ' 0 0 * * 0 '
77permissions :
88 contents : read
99jobs :
@@ -25,14 +25,15 @@ jobs:
2525
2626 Thank you for your contributions.
2727 stale-pr-message : |
28- Hello 👋, this PR has been opened for more than 2 months with no activity on it .
28+ Hello 👋, this PR has been without activity for more than 28 days .
2929
3030 If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!
3131
32- You have 15 days until this gets closed automatically
32+ You have 15 days until this gets closed automatically.
3333 exempt-issue-labels : ' Keep Open'
3434 exempt-pr-labels : ' Keep Open'
3535 close-issue-reason : not_planned
3636 days-before-stale : 28
3737 days-before-close : 15
3838 stale-issue-label : ' Stale'
39+ stale-pr-label : ' Stale'
You can’t perform that action at this time.
0 commit comments