mirror of
https://github.com/helm/helm.git
synced 2026-08-04 15:10:47 +00:00
add v4 to list of exempt labels
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
2
.github/workflows/stale-issue-bot.yaml
vendored
2
.github/workflows/stale-issue-bot.yaml
vendored
@@ -10,6 +10,6 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.'
|
||||
exempt-issue-labels: 'keep open'
|
||||
exempt-issue-labels: 'keep open,v4.x'
|
||||
days-before-stale: 90
|
||||
days-before-close: 30
|
||||
|
||||
Reference in New Issue
Block a user