From c22ee58b4c083639d6c975b022f8d6e7aa991ad5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 19 Dec 2023 10:14:08 +1000 Subject: [PATCH] triage-policies: add bugbot labels for requesting hid-recorder output And libinput record too while we're at it. --- .triage-policies.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.triage-policies.yml b/.triage-policies.yml index c28894dc..9a93cea5 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -22,6 +22,30 @@ resource_rules: Kernel bugs are usually best sent to the [`linux-input` list](https://lore.kernel.org/linux-input/). status: "close" + - name: "Request hid-recorder output" + conditions: + labels: + - "bugbot::hid-recorder" + actions: + remove_labels: + - "bugbot::hid-recorder" + comment: | + Looks like we may need some extra information that isn't yet available in this issue. + Please attach the output of `hid-recorder` from [hid-tools](https://gitlab.freedesktop.org/libevdev/hid-tools/) + for this device (run `sudo hid-recorder` without argument and it will let you pick the device). + This should show the data the kernel receives from the device and may provide a hint on what's going on here. + - name: "Request libinput record output" + conditions: + labels: + - "bugbot::libinput-record" + actions: + remove_labels: + - "bugbot::libinput-record" + comment: | + Looks like we may need some extra information. Please attach the full output + of `libinput record` and `libinput debug-events --verbose` (if you haven't yet). + The [documentation](https://wayland.freedesktop.org/libinput/doc/latest/tools.html#libinput-record-and-libinput-replay) + has some information on what we're looking for to be able to triage bugs. merge_requests: rules: - name: "Remind contributor of commit rules"