misc: exclude high priority issues from stale check

This commit is contained in:
Geoff Bourne
2022-01-17 20:23:56 -06:00
parent 5499867ae8
commit edc25b216f

View File

@@ -21,5 +21,5 @@ jobs:
Please add a comment describing the reason to keep this issue open.
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'enhancement,keep,status/needs triage'
exempt-issue-labels: 'enhancement,keep,status/needs triage,priority/high'