Skip to content

Commit 607a06a

Browse files
authored
make stale bot friendlier
1 parent 390cdae commit 607a06a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
stale-issue-message:
15-
'This issue is stale because it has been open many days with no
16-
activity. It will be closed soon unless the stale label is removed
17-
or a comment is made.'
15+
'This issue has automatically been marked stale because there has been no activity in a while.
16+
Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason.
17+
After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.'
1818
stale-issue-label: 'stale'
1919
exempt-issue-label: '💥 Crash Report'
2020
stale-pr-message:
21-
'This PR is stale because it has been open many days with no
22-
activity. It will be closed soon unless the stale label is removed
23-
or a comment is made.'
21+
'This PR has automatically been marked stale because there has been no activity in a while.
22+
Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason.
23+
After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.'
2424
stale-pr-label: 'stale'
2525
exempt-pr-label: '💥 Crash Report'
2626
days-before-stale: 90

0 commit comments

Comments
 (0)