mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 22:10:50 +00:00
Exclude labels with the enhancement label from becoming stale (#997)
This commit is contained in:
committed by
GitHub
parent
8f3b0e8fee
commit
62cbcf8857
1
.github/workflows/inactive-issues-close.yaml
vendored
1
.github/workflows/inactive-issues-close.yaml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
with:
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 14
|
||||
exempt-issue-labels: "enhancement"
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
|
Reference in New Issue
Block a user