.triage-policies.yml: use the new draft rule

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2025-12-21 10:36:14 +01:00
parent 826aa0503f
commit 9833ca4789

View File

@@ -18,24 +18,9 @@ resource_rules:
merge_requests:
rules:
- name: Close old WIP policy
conditions:
title: WIP
date:
attribute: updated_at
condition: older_than
interval_type: months
interval: 3
state: opened
labels:
- No Label
actions:
status: close
comment: |
{{author}} This merge request is marked as work in progress with no update for a long time. We are now closing it, but please re-open if you are still interested in finishing this merge request. This is an automated message.
- name: Close old Draft policy
conditions:
title: Draft
draft: true
date:
attribute: updated_at
condition: older_than