From d94cf45ea8f15ea7ccabdfbb3ba68757bfb084e4 Mon Sep 17 00:00:00 2001 From: Dan Bond Date: Mon, 2 Mar 2020 10:09:58 +0000 Subject: [PATCH] Update .github/workflows/stale.yml Co-Authored-By: Theo Barber-Bany --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c2f17f8a..9a21b544 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,4 +14,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.' - stale-pr-message: 'This pull request has been inactive for 60 days. If the pull request is still relevant, please comment to re-activate the pull request. If no action is taken within 7 days, the pull request will be marked closed.' + stale-pr-message: 'This pull request has been inactive for 60 days. If the pull request is still relevant please comment to re-activate the pull request. If no action is taken within 7 days, the pull request will be marked closed.'