Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
env:
CLOSE_MESSAGE: >
This {0} has been automatically closed after 30 days of inactivity
following its stale status (no activity for a total of 240 days).
following its stale status (no activity for a total of 120 days).

If this is still relevant, feel free to reopen it or leave a comment
with additional details so we can continue the discussion.

WARN_MESSAGE: >
This {0} has been marked as stale due to 210 days of inactivity.
This {0} has been marked as stale due to 90 days of inactivity.

It will be automatically closed in 30 days if no further activity occurs.
If this is still relevant, please leave a comment or update it to keep it open.
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 210
days-before-stale: 90
days-before-close: 30
stale-issue-label: stale
exempt-issue-labels: never-stale, confirmed-bug
Expand Down
Loading