Skip to content

Commit

Permalink
Closing stale feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Feb 18, 2025
1 parent 6020401 commit 8bc92c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ jobs:
stale-issue-message: "Please provide a way to reproduce the issue. Issues without a minimal (Tone.js-only) repro will be closed. A Tone.js-only repro helps ensure that the issue is not caused by another library."
days-before-close: 7
days-before-stale: 14
- uses: actions/stale@v9
with:
any-of-labels: "feature request"
stale-issue-message: "Unfortunately with limited development time, not all feature requests can be tackled. If you are interested in contributing this feature, please open a PR."
days-before-close: 30
days-before-stale: 90

0 comments on commit 8bc92c6

Please sign in to comment.