You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/housekeeping.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ jobs:
45
45
--max-retries 1
46
46
--retry-wait-time 10
47
47
--max-concurrency 2
48
-
'**/*.md'
48
+
'docs/**/*.md'
49
+
'docs/*.md'
49
50
'*.md'
50
51
fail: true
51
52
env:
@@ -60,14 +61,14 @@ jobs:
60
61
61
62
steps:
62
63
- name: Tidy stale PRs and issues
63
-
uses: actions/stale@v10.1.0
64
+
uses: actions/stale@v10.1.1
64
65
with:
65
66
days-before-issue-stale: 183
66
67
days-before-issue-close: -1
67
68
stale-issue-message: 'This issue is stale because it has been open for 6 months with no activity.'
68
69
stale-issue-label: stale
69
70
remove-issue-stale-when-updated: true
70
-
days-before-pr-stale: 42
71
+
days-before-pr-stale: 21
71
72
days-before-pr-close: 7
72
-
stale-pr-message: 'This PR is stale because it has been open 42 days with no activity. Remove stale label, or add a comment, otherwise it will be closed in 7 days.'
73
-
close-pr-message: 'This PR was closed because it has been stalled for 8 weeks with no activity.'
73
+
stale-pr-message: 'This PR is stale because it has been open 21 days with no activity. Remove stale label, or add a comment, otherwise it will be closed in 7 days.'
74
+
close-pr-message: 'This PR was closed because it has been stalled for 4 weeks with no activity.'
0 commit comments