From d38a9f7c6d4e852fed9a911de2705ab016b3635d Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 16 Feb 2024 12:18:20 +0000 Subject: [PATCH] remove invalid keys (#9884) --- .github/DISCUSSION_TEMPLATE/camera_support.yml | 3 --- .github/DISCUSSION_TEMPLATE/config_support.yml | 3 --- .github/DISCUSSION_TEMPLATE/detector_support.yml | 3 --- .github/DISCUSSION_TEMPLATE/general_support.yml | 3 --- .github/DISCUSSION_TEMPLATE/hwaccel_support.yml | 3 --- .github/DISCUSSION_TEMPLATE/question.yml | 3 --- 6 files changed, 18 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/camera_support.yml b/.github/DISCUSSION_TEMPLATE/camera_support.yml index ea87901cc..1e199295c 100644 --- a/.github/DISCUSSION_TEMPLATE/camera_support.yml +++ b/.github/DISCUSSION_TEMPLATE/camera_support.yml @@ -1,8 +1,5 @@ -name: Camera Support Request -description: Support for setting up cameras in Frigate title: "[Camera Support]: " labels: ["support", "triage"] -assignees: [] body: - type: textarea id: description diff --git a/.github/DISCUSSION_TEMPLATE/config_support.yml b/.github/DISCUSSION_TEMPLATE/config_support.yml index 97258b501..5a49292fc 100644 --- a/.github/DISCUSSION_TEMPLATE/config_support.yml +++ b/.github/DISCUSSION_TEMPLATE/config_support.yml @@ -1,8 +1,5 @@ -name: Config Support Request -description: Support for Frigate configuration title: "[Config Support]: " labels: ["support", "triage"] -assignees: [] body: - type: textarea id: description diff --git a/.github/DISCUSSION_TEMPLATE/detector_support.yml b/.github/DISCUSSION_TEMPLATE/detector_support.yml index ae561f92e..4ac95754b 100644 --- a/.github/DISCUSSION_TEMPLATE/detector_support.yml +++ b/.github/DISCUSSION_TEMPLATE/detector_support.yml @@ -1,8 +1,5 @@ -name: Detector Support Request -description: Support for setting up object detector in Frigate (Coral, OpenVINO, TensorRT, etc.) title: "[Detector Support]: " labels: ["support", "triage"] -assignees: [] body: - type: textarea id: description diff --git a/.github/DISCUSSION_TEMPLATE/general_support.yml b/.github/DISCUSSION_TEMPLATE/general_support.yml index 768f4b2a6..7c8d534cc 100644 --- a/.github/DISCUSSION_TEMPLATE/general_support.yml +++ b/.github/DISCUSSION_TEMPLATE/general_support.yml @@ -1,8 +1,5 @@ -name: General Support Request -description: General support request for Frigate title: "[Support]: " labels: ["support", "triage"] -assignees: [] body: - type: textarea id: description diff --git a/.github/DISCUSSION_TEMPLATE/hwaccel_support.yml b/.github/DISCUSSION_TEMPLATE/hwaccel_support.yml index 288eaa920..43960c537 100644 --- a/.github/DISCUSSION_TEMPLATE/hwaccel_support.yml +++ b/.github/DISCUSSION_TEMPLATE/hwaccel_support.yml @@ -1,8 +1,5 @@ -name: Hardware Acceleration Support Request -description: Support for setting up GPU hardware acceleration in Frigate title: "[HW Accel Support]: " labels: ["support", "triage"] -assignees: [] body: - type: textarea id: description diff --git a/.github/DISCUSSION_TEMPLATE/question.yml b/.github/DISCUSSION_TEMPLATE/question.yml index 8b1471ee3..05592bea2 100644 --- a/.github/DISCUSSION_TEMPLATE/question.yml +++ b/.github/DISCUSSION_TEMPLATE/question.yml @@ -1,8 +1,5 @@ -name: Question -description: General question about Frigate title: "[Question]: " labels: ["question"] -assignees: [] body: - type: textarea id: description