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
16 changes: 10 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message:
'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.'
'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 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.'
'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