From af788586bbb0da6131f2bacdd2d947e205c9ac9d Mon Sep 17 00:00:00 2001 From: Junaid <86780488+jdevcs@users.noreply.github.com> Date: Thu, 2 Mar 2023 17:31:24 +0100 Subject: [PATCH] 4.x issue stale conf (#5878) --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e3e5f19f9ec..80e37cfbbcd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,9 +11,9 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' - stale-pr-message: 'This PR has been automatically marked as stale beacause it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' + stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.' days-before-stale: 60 days-before-close: 14 operations-per-run: 100 - exempt-pr-labels: 'work-in-progress' - exempt-issue-labels: 'work-in-progress' + exempt-pr-labels: 'work-in-progress','4.x' + exempt-issue-labels: 'work-in-progress','4.x'