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-issue-pr.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ jobs:
29
29
close-issue-message: >
30
30
This issue was closed because it has been inactive for 28 days.
31
31
Please reopen if you'd like to work on this further.
32
-
days-before-pr-stale: 14
33
-
days-before-pr-close: 14
34
-
stale-pr-message: "This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you."
35
-
close-pr-message: "This PR was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further."
32
+
days-before-pr-stale: 28
33
+
days-before-pr-close: 28
34
+
stale-pr-message: "This PR is stale because it has been open for 28 days with no activity. It will be closed in 28 days if no further activity occurs. Thank you."
35
+
close-pr-message: "This PR was closed because it has been inactive for 56 days. Please reopen if you'd like to work on this further."
0 commit comments