Add a triage policy for kernel bugs
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 4 Jul 2023 03:52:44 +0000 (13:52 +1000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:23:27 +0000 (19:23 +0900)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.triage-policies.yml

index 73db62892d50812c3fa9214d639ea0183055d2d3..0eb18263e6a07ec44edce070e447446d15f7d7c5 100644 (file)
@@ -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"