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.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,25 @@ jobs:
15
15
steps:
16
16
- uses: actions/stale@v9
17
17
with:
18
-
stale-issue-message: 'This issue is pending because it has been awaiting a response for 14 days with no activity. Remove the pending label or comment, else this will be closed in 5 days.'
19
-
close-issue-message: 'This issue was closed because it has been pending for 5 days with no activity.'
18
+
stale-issue-message: 'This issue is pending because it has been awaiting a response for 30 days with no activity. Remove the pending label or comment, else this will be closed in 7 days.'
19
+
close-issue-message: 'This issue was closed because it has been pending for 7 days with no activity.'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove the stale label or comment, else this will be closed in 5 days.'
32
-
close-issue-message: 'This issue was closed because it has been stale for 5 days with no activity.'
31
+
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove the stale label or comment, else this will be closed in 7 days.'
32
+
close-issue-message: 'This issue was closed because it has been stale for 7 days with no activity.'
0 commit comments