Skip to content

Commit 9685985

Browse files
authored
activate issues/pr cleanup
1 parent c1d066b commit 9685985

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stale
22
on:
33
schedule:
4-
- cron: '* * * * *'
4+
- cron: '1 */4 * * *'
55
jobs:
66
stale:
77
runs-on: ubuntu-latest
@@ -11,9 +11,12 @@ jobs:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
1313
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
14+
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
15+
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
16+
days-before-stale: 90
17+
days-before-close: 10
1418
stale-issue-label: 'no-issue-activity'
1519
stale-pr-label: 'no-pr-activity'
16-
close-pr-label: 'stale'
1720
exempt-issue-labels: 'awaiting-approval,work-in-progress,pinned,security'
1821
exempt-pr-labels: 'awaiting-approval,work-in-progress'
19-
debug-only: true
22+
ascending: true

0 commit comments

Comments
 (0)