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/cron-stale-issue.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ jobs:
20
20
days-before-close: -1
21
21
days-before-issue-stale: 60
22
22
days-before-issue-close: -1
23
-
days-before-pr-stale: 14
24
-
days-before-pr-close: -1
25
-
stale-pr-message: "This PR is being marked as stale due to inactivity."
26
-
close-pr-message: "This PR is being closed due to inactivity. Please reopen if work is intended to be continued."
23
+
days-before-pr-stale: 7
24
+
days-before-pr-close: 14
25
+
stale-pr-message: "This PR has been marked as stale due to inactivity. If you're still working on it or need any help, please let us know or update the PR to keep it active."
26
+
close-pr-message: "This PR has been closed due to inactivity. Please feel free to reopen it if you'd like to continue the work."
0 commit comments