Skip to content

Commit 9d8d8a4

Browse files
committed
Enable actions/stale for real
1 parent e22a52b commit 9d8d8a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/close-stale-issues.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
days-before-close: 0
2020
close-issue-reason: completed
2121
close-issue-message: "This issue has been marked as resolved and has not had any activity for **1 day**. It has been closed for housekeeping purposes."
22-
debug-only: true
2322
stale-feedback-issues:
2423
runs-on: ubuntu-latest
2524
steps:
@@ -33,5 +32,4 @@ jobs:
3332
labels-to-add-when-unstale: "Needs: Maintainer Attention"
3433
labels-to-remove-when-unstale: "Needs: Author Feedback,Needs: Fix Verification,Needs: Repro Info"
3534
close-issue-reason: completed
36-
close-issue-message: "This issue has been marked as needing feedback and has not had any activity for **1 daweekys**. It has been closed for housekeeping purposes."
37-
debug-only: true
35+
close-issue-message: "This issue has been marked as needing feedback and has not had any activity for **1 week**. It has been closed for housekeeping purposes."

0 commit comments

Comments
 (0)