Add exempt issue label for stale workflow

Added the `Epic` label to the configuration for the stale workflow as epics will generally be long living issues.
This commit is contained in:
Darren Ethier 2021-01-20 10:07:49 -05:00 committed by GitHub
parent 10cfbb99f0
commit 091f6770d1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
days-before-stale: 60
days-before-close: 10
remove-stale-when-updated: true
exempt-issue-labels: 'priority: critical,priority: high'
exempt-issue-labels: 'priority: critical,priority: high, Epic'
stale-issue-message: "This issue has been marked as `stale` because it has not seen any activity within the past 60 days. Our team uses this tool to help surface issues for review. If you are the author of the issue there's no need to comment as it will be looked at. \n\n###### Internal: After 10 days with no activity this issue will be automatically be closed."
stale-pr-message: "This PR has been marked as `stale` because it has not seen any activity within the past 60 days. Our team uses this tool to help surface pull requests that have slipped through review. \n\n###### If deemed still relevant, the pr can be kept active by ensuring it's up to date with the main branch and removing the stale label - otherwise it will automatically be closed after 10 days."
stale-issue-label: 'stale'