From affa558a3fc66687d0f4ebc7bbcdc228f41c5a99 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Tue, 15 Dec 2020 18:06:32 -0800 Subject: [PATCH] Update Stale action message We don't close PRs after it becomes stale. --- .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 706d8e11a20735..58c9a4f21c30ff 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' + stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' stale-pr-label: 'stale' days-before-stale: 30 days-before-close: -1