From 607a06aa592e6155f4667b0978d663b0737e4490 Mon Sep 17 00:00:00 2001 From: Sanne Date: Fri, 4 Sep 2020 15:38:27 +0200 Subject: [PATCH] make stale bot friendlier --- .github/workflows/stale.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ee64699b269..f26ea02c913 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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