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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ jobs:
13
13
with:
14
14
days-before-stale: 90
15
15
days-before-close: 7
16
-
stale-issue-message: "This pull request has been automatically closed because it has been inactive for more than 90 days. Please reopen if you still intend to submit this pull request."
16
+
close-issue-message: "This pull request has been automatically closed. Please reopen if you feel this issue is still relevant."
17
+
stale-issue-message: "This pull request has been automatically marked as 'Stale' because it has been inactive for more than 90 days. If there is no interaction here, this issue will be closed in seven days."
17
18
stale-issue-label: Stale
18
-
stale-pr-message: "This pull request has been marked as stale because it has been inactive for more than 90 days. Please update this pull request or it will be automatically closed in 7 days."
19
+
close-pr-message: "This pull request has been automatically closed because it has been inactive for more than 90 days."
20
+
stale-pr-message: "This pull request has been marked as stale because it has been inactive for more than 90 days. Please update this pull request or it will be automatically closed in seven days."
0 commit comments