Skip to content

Commit

Permalink
Set GitHub stale action to debug mode
Browse files Browse the repository at this point in the history
For testing first!
  • Loading branch information
andyleejordan committed Nov 15, 2023
1 parent 5492dde commit b392d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
days-before-close: 0
close-issue-reason: completed
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."
debug-only: true
stale-feedback-issues:
runs-on: ubuntu-latest
steps:
Expand All @@ -33,3 +34,4 @@ jobs:
labels-to-remove-when-unstale: "Needs: Author Feedback,Needs: Fix Verification,Needs: Repro Info"
close-issue-reason: completed
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."
debug-only: true

0 comments on commit b392d2c

Please sign in to comment.