Update issue workflows
This commit is contained in:
6
.github/workflows/stale-issues.yml
vendored
6
.github/workflows/stale-issues.yml
vendored
@@ -25,7 +25,11 @@ jobs:
|
||||
"issueCloseMessage": "Closing stale issue due to inactivity",
|
||||
"issueStaleLabel": "status/stale",
|
||||
"issueCloseLabel": "status/closed-as-stale",
|
||||
"issueExemptLabels": "status/on-hold",
|
||||
"issueExemptLabels": [
|
||||
"status/on-hold",
|
||||
"type/bug",
|
||||
"type/need-investigation"
|
||||
],
|
||||
"issueUnstaleWhenUpdated": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user