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/stale.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@ jobs:
33
33
steps:
34
34
- uses: 'actions/stale@v7'
35
35
with:
36
-
# comment on issue if not active for more then 14 days.
37
-
stale-issue-message: 'This issue has been marked stale because it has no recent activity since 14 days. It will be closed if no further activity occurs. Thank you.'
36
+
# comment on issue if not active for more then 7 days.
37
+
stale-issue-message: 'This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.'
38
38
# comment on PR if not active for more then 14 days.
39
39
stale-pr-message: 'This PR has been marked stale because it has no recent activity since 14 days. It will be closed if no further activity occurs. Thank you.'
40
-
# comment on issue if stale for more then 14 days.
41
-
close-issue-message: This issue was closed due to lack of activity after being marked stale for past 14 days.
40
+
# comment on issue if stale for more then 7 days.
41
+
close-issue-message: This issue was closed due to lack of activity after being marked stale for past 7 days.
42
42
# comment on PR if stale for more then 14 days.
43
43
close-pr-message: This PR was closed due to lack of activity after being marked stale for past 14 days.
44
44
# Number of days of inactivity before an Issue Request becomes stale
45
-
days-before-issue-stale: 14
45
+
days-before-issue-stale: 7
46
46
# Number of days of inactivity before a stale Issue is closed
47
-
days-before-issue-close: 14
47
+
days-before-issue-close: 7
48
48
# reason for closed the issue default value is not_planned
49
49
close-issue-reason: completed
50
50
# Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
0 commit comments