Skip to content

Commit

Permalink
build: QPPA-7775 removing test numbers from GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-gates committed Jun 12, 2023
1 parent 43ba299 commit ceb687a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb687a

Please sign in to comment.