From a91cdd2ead8631d23e850d26e4b4b966c7e1fd5a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 30 Jul 2020 13:56:47 -0700 Subject: [PATCH] update stale.yml Signed-off-by: Glenn Jocher --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ea02bf0..4cd59c9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,8 +10,8 @@ jobs: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.' - stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.' + stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' + stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' days-before-stale: 30 days-before-close: 5 - exempt-issue-label: ['documentation', 'tutorial'] + exempt-issue-label: 'documentation,tutorial'