From ceb687a017170ccb43442df4f5ae24d8d25abf84 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Mon, 12 Jun 2023 11:07:53 -0400 Subject: [PATCH] build: QPPA-7775 removing test numbers from GitHub Action --- .github/workflows/stale-pr-check.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-pr-check.yml b/.github/workflows/stale-pr-check.yml index b4a178e2..27e41fe5 100644 --- a/.github/workflows/stale-pr-check.yml +++ b/.github/workflows/stale-pr-check.yml @@ -18,8 +18,10 @@ jobs: pull-request-ignore-any-labels: 'wip' pull-request-stale-comment: 'This PR has been automatically marked as stale because it has not had any activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your prompt attention.' pull-request-close-comment: 'This PR has been automatically closed because it has not had any activity in the last 7 days.' - pull-request-days-before-stale: 1 # TESTING, change to 21 days afterwards - pull-request-days-before-close: 2 # TESTING, change to 7 days afterwards + pull-request-days-before-stale: 21 + pull-request-days-before-close: 7 + issue-days-before-stale: 21 + issue-days-before-close: 7 - name: Send Slack Notification uses: slackapi/slack-github-action@v1.24