.triage-policies.yml: apply the wontfix label if closing automatically [ci skip]

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2026-05-31 13:11:20 +02:00
parent 86fe12e989
commit 0e74eeffcc
+2
View File
@@ -14,6 +14,8 @@ resource_rules:
ruby: resource[:assignees].empty? && resource[:merge_requests_count].to_i == 0
actions:
status: close
labels:
- wontfix
comment: |
{{author}} This issue has been open for over 6 months with no assignee and no linked merge request. We are closing it automatically. If you are still interested in addressing it, please re-open and either assign it to yourself or link a merge request. If this is a security issue, please re-open it and notify a maintainer so it can be marked as such. This is an automated message.