From ac0785671c7de559007c49c2f1556197bbaa95eb Mon Sep 17 00:00:00 2001 From: Pavel Buchart Date: Tue, 27 Feb 2024 19:59:56 +0100 Subject: [PATCH] Update stale.yml config (#13) * Update stale.yml config * Update stale.yml config * Update stale.yml config --------- Co-authored-by: ci-atlas-bot <158276885+ci-atlas-bot@users.noreply.github.com> --- .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 c17d3b2..8fee37b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: days-before-pr-close: 90 stale-pr-label: "stale" - stale-pr-message: "This PR is open and inactive for 30 days. Merging PRs open after a long time is error-prone. Please proceed to merging or make a comment to keep it open. You can also prevent PRs from being tagged stale ot closed with 'keep-open' tag. If there is no activity in 90 days, this PR will be closed" + stale-pr-message: "This PR is open and inactive for 30 days. Merging PRs open after a long time is error-prone. Please proceed to merging or make a comment to keep it open. You can also prevent PRs from being tagged stale or closed with 'keep-open' tag. If there is no activity in 90 days, this PR will be closed" close-pr-message: "This PR was closed because it has been inactive for 90 days since being marked as stale." exempt-pr-labels: "keep-open,dependabot,dependencies"