From 480a2bb605e1160faa3cd452517c9af146051f2d Mon Sep 17 00:00:00 2001 From: Matt Gaunt Date: Thu, 11 Nov 2021 20:10:45 +0000 Subject: [PATCH] Improving message for marking a PR stale --- .github/workflows/stale-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml index 5ed7e3ba1f..14ed717044 100644 --- a/.github/workflows/stale-prs.yml +++ b/.github/workflows/stale-prs.yml @@ -13,4 +13,4 @@ jobs: steps: - uses: actions/stale@v4 with: - stale-pr-message: 'Old PRs are automatically closed to keep this repo clean.' + stale-pr-message: 'Stale PRs will be automatically closed to keep this repo clean. If there is no activity on this PR in the next 7 days, this PR will be closed.'