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: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1321>
This commit is contained in:
Peter Hutterer 2025-10-09 10:07:03 +10:00 committed by Marge Bot
parent e07e138809
commit 6dcb47185e

View file

@ -183,6 +183,16 @@ resource_rules:
For a detailed explanation on the how and why of this process please see 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). the [Closed Issues wiki page](https://gitlab.freedesktop.org/libinput/libinput/-/wikis/Closed-Issues).
status: "close" 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 - *udev_hid_bpf
- *libinput_record - *libinput_record
- *hid_recorder - *hid_recorder