From: Peter Hutterer Date: Tue, 4 Jul 2023 03:52:44 +0000 (+1000) Subject: Add a triage policy for kernel bugs X-Git-Tag: accepted/tizen/unified/20240105.013022~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cc4541a22bff8ef7c6b421de6b8c333fe36842a;p=platform%2Fupstream%2Flibinput.git Add a triage policy for kernel bugs Signed-off-by: Peter Hutterer --- diff --git a/.triage-policies.yml b/.triage-policies.yml index 73db6289..0eb18263 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -6,7 +6,22 @@ resource_rules: issues: rules: - [] + - name: "Close kernel bugs" + conditions: + labels: + - "bugbot::kernel" + actions: + labels: + - "kernel" + remove_labels: + - "bugbot::kernel" + comment: | + This bug looks like a kernel issue and it cannot be fixed + in libinput directly. I'm closing this bug but do feel free + to continue discussing the issue here. + + Kernel bugs are usually best sent to the [`linux-input` list](https://lore.kernel.org/linux-input/). + status: "close" merge_requests: rules: - name: "Remind contributor of commit rules"