Skip to content

Commit

Permalink
Adjust stale config
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 25, 2021
1 parent b29fdb9 commit 300cc7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.'
close-issue-message: 'This issue has been automatically closed.'
stale-issue-label: 'status/STALE'
exempt-issue-labels:
- "Type:Bug"
- "technical debt"
- "QA:team"
exempt-issue-labels: 'Type:Bug,technical debt,QA:team'
days-before-pr-stale: -1
days-before-pr-close: -1

0 comments on commit 300cc7a

Please sign in to comment.