Skip to content

Commit

Permalink
Enable actions/stale for real
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Nov 16, 2023
1 parent e22a52b commit 9d8d8a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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,5 +32,4 @@ jobs:
labels-to-add-when-unstale: "Needs: Maintainer Attention"
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
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 comments on commit 9d8d8a4

Please sign in to comment.