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-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,19 @@ jobs:
15
15
days-before-issue-stale: 365
16
16
days-before-issue-close: 14
17
17
stale-issue-label: "stale"
18
-
stale-issue-message: "This issue has been automatically marked as stale because there is no recent activity. If there is no further activity it will be closed."
18
+
stale-issue-message: |
19
+
This is an automated message to let you know that this issue has
20
+
gone 365 days without any activity. In order to ensure that we work
21
+
on issues that still matter, this issue will be closed in 14 days.
22
+
23
+
If this issue is still important, you can simply comment with a
24
+
"bump" to keep it open.
25
+
26
+
Thank you for your contribution.
19
27
close-issue-message: "This issue was automatically closed due to inactivity."
0 commit comments