From 340fef6278238e43a8ec197f4586147cc06575a3 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 16 Dec 2021 12:17:55 +0300 Subject: [PATCH] (stale action) Fix typo in closing message --- .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 ce4ab50c..5a940f23 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: - 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 reuqest, but since it was stale for more than a month we are closing it. If you want to work back on it, feel free to open it back or create a new one.' + 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.' stale-pr-label: 'stale' days-before-stale: -1