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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,5 @@ jobs:
14
14
stale-issue-label: wontfix
15
15
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
16
16
stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
17
-
close-issue-message: false
18
-
close-pr-message: false
17
+
close-issue-message: 'This issue has been closed because it has not had activity since being marked as stale.'
18
+
close-pr-message: 'This PR has been closed because it has not had activity since being marked as stale.'
0 commit comments