From 6dcb47185e7d7ee0531a51765eb659f085dc8b2e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 9 Oct 2025 10:07:03 +1000 Subject: [PATCH] triage-policies: add a bugbot hook for re-closing a bug Having the bugbot comment on re-closing the same bug is friendlier than just closing it, even if we explained it before already. Part-of: --- .triage-policies.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.triage-policies.yml b/.triage-policies.yml index 80679d89..fccbde7b 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -183,6 +183,16 @@ resource_rules: For a detailed explanation on the how and why of this process please see the [Closed Issues wiki page](https://gitlab.freedesktop.org/libinput/libinput/-/wikis/Closed-Issues). status: "close" + - name: "Re-close bug for reopening" + conditions: + labels: + - "bugbot::re-close" + actions: + remove_labels: + - "bugbot::re-close" + comment: | + I'm temporarily closing this bug again. This is not a final close, see my comments above for the open/close process. + status: "close" - *udev_hid_bpf - *libinput_record - *hid_recorder