mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 03:20:05 +01:00
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:
parent
e07e138809
commit
6dcb47185e
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue