From f5c98c8400a23ddaa9ea0c5afb15a3f068014659 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 12 Apr 2023 16:55:01 +0200 Subject: [PATCH] feat(infra): support for `topic: cloud` label Signed-off-by: Akos Kitta --- .github/label-configuration-files/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/label-configuration-files/labels.yml b/.github/label-configuration-files/labels.yml index a938431b..b0ae38dc 100644 --- a/.github/label-configuration-files/labels.yml +++ b/.github/label-configuration-files/labels.yml @@ -7,6 +7,9 @@ - name: "topic: CLI" color: "00ffff" description: Related to Arduino CLI +- name: "topic: cloud" + color: "00ffff" + description: Related to Arduino Cloud and cloud sketches - name: "topic: debugger" color: "00ffff" description: Related to the integrated debugger