Update issue workflows

This commit is contained in:
Janne Valkealahti
2021-01-17 16:22:30 +00:00
parent 6aa61a04b8
commit 60cd30d1f6
2 changed files with 6 additions and 2 deletions

View File

@@ -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
}
]