Skip to content

Commit 4cce525

Browse files
chore(github): update and clean up stale action workflow (#614)
Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com>
1 parent aefa711 commit 4cce525

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Mark stale issues and pull requests
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: 35 * * * *
6+
- cron: '0 0 * * 0'
77
permissions:
88
contents: read
99
jobs:
@@ -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'

0 commit comments

Comments
 (0)