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
17 changes: 8 additions & 9 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
This issue has been inactive for 30 days. It will be closed in 7 days unless there's new activity.
This issue has been inactive for 45 days. It will be marked as stale.
If this is still relevant, please comment to keep it open.
stale-pr-message: |
This PR has been inactive for 14 days. It will be closed in 7 days unless updated.
This PR has been inactive for 21 days. It will be closed in 14 days unless updated.
Need help finishing? Ask in the PR comments — we're happy to assist!
close-issue-message: 'Closed due to inactivity. Feel free to reopen if still needed.'
close-pr-message: 'Closed due to inactivity. Feel free to reopen with updates.'
days-before-stale: 30
days-before-close: 7
days-before-pr-stale: 14
days-before-pr-close: 7
days-before-stale: 45
days-before-close: -1
days-before-pr-stale: 21
days-before-pr-close: 14
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'bounty,security,pinned,critical'
exempt-issue-labels: 'bounty,security,pinned,critical,consensus,tracking,operations'
exempt-pr-labels: 'security,critical,WIP'
operations-per-run: 50
operations-per-run: 300
Loading