From 1c905d0e6fc718c7aee53c3b33197ac544bb697e Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 8 Jun 2023 10:04:09 +0000 Subject: [PATCH] chore(labels): add problem category labels - Config problem - Routing - IPv6 - Port forwarding --- .github/labels.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 357a674c..6e824be7 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -95,6 +95,9 @@ description: "" # Problem category +- name: "Config problem" + color: "ffc7ea" + description: "" - name: "Openvpn" color: "ffc7ea" description: "" @@ -107,6 +110,15 @@ - name: "Firewall" color: "ffc7ea" description: "" +- name: "Routing" + color: "ffc7ea" + description: "" +- name: "IPv6" + color: "ffc7ea" + description: "" +- name: "Port forwarding" + color: "ffc7ea" + description: "" - name: "HTTP proxy" color: "ffc7ea" description: ""