Skip to content

Commit b392d2c

Browse files
committed
Set GitHub stale action to debug mode
For testing first!
1 parent 5492dde commit b392d2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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
2223
stale-feedback-issues:
2324
runs-on: ubuntu-latest
2425
steps:
@@ -33,3 +34,4 @@ jobs:
3334
labels-to-remove-when-unstale: "Needs: Author Feedback,Needs: Fix Verification,Needs: Repro Info"
3435
close-issue-reason: completed
3536
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

0 commit comments

Comments
 (0)