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
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ jobs:
14
14
- uses: actions/stale@v9
15
15
with:
16
16
stale-issue-message: 'This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
17
-
stale-pr-message: 'This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
17
+
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
18
18
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
19
19
close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity.'
0 commit comments