From 7ae44aefe2d1fff4071d28341ae6e5a441ee2980 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 16 Dec 2021 12:19:25 +0300 Subject: [PATCH] (stale action) get rid of stale message, only comment on closing --- .github/workflows/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 82464408..71a4ace7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,8 +12,7 @@ jobs: steps: - uses: actions/stale@v4 with: - stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' - close-pr-message: 'Thanks for the pull request, but since it was stale for more than a 21 days we are closing it. If you want to work back on it, feel free to re-open it or create a new one.' + close-pr-message: 'Thanks for the pull request, but since it was stale for more than a 30 days we are closing it. If you want to work back on it, feel free to re-open it or create a new one.' stale-pr-label: 'stale' days-before-stale: -1