Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message:
'This issue is stale because it has been open many days with no
activity. It will be closed soon unless the stale label is removed
or a comment is made.'
'This issue has automatically been marked stale because there has been no activity in a while.
Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason.
After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.'
stale-issue-label: 'stale'
exempt-issue-label: '💥 Crash Report'
stale-pr-message:
'This PR is stale because it has been open many days with no
activity. It will be closed soon unless the stale label is removed
or a comment is made.'
'This PR has automatically been marked stale because there has been no activity in a while.
Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason.
After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.'
stale-pr-label: 'stale'
exempt-pr-label: '💥 Crash Report'
days-before-stale: 90
Expand Down