From 22d9c7729ea07360ce6565ae3c125b8875ccadcd Mon Sep 17 00:00:00 2001 From: Pavel Buchart Date: Tue, 27 Feb 2024 19:25:02 +0100 Subject: [PATCH 1/3] Update stale.yml config --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 173bc78..c17d3b2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,3 +22,4 @@ jobs: exempt-pr-labels: "keep-open,dependabot,dependencies" repo-token: ${{ secrets.GITHUB_TOKEN }} + From 2ae2d85fa86ba244ba322b372e286da784be9322 Mon Sep 17 00:00:00 2001 From: Pavel Buchart Date: Tue, 27 Feb 2024 19:31:02 +0100 Subject: [PATCH 2/3] Update stale.yml config --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c17d3b2..173bc78 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,4 +22,3 @@ jobs: exempt-pr-labels: "keep-open,dependabot,dependencies" repo-token: ${{ secrets.GITHUB_TOKEN }} - From 718ed6c41d942935cca280659640f96c3e596256 Mon Sep 17 00:00:00 2001 From: ci-atlas-bot <158276885+ci-atlas-bot@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:58:41 +0100 Subject: [PATCH 3/3] Update stale.yml config --- .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 173bc78..db01c36 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"