From b5807e8d6affc8d3c1d65820d291bc0879c034b9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 12 Oct 2021 09:11:40 -0700 Subject: [PATCH] Add type change repository label to configuration file The repository contains labels for each of the distinct operations that may be requested for the library registrations or index data. These labels are defined in a local configuration file for management by the "Sync Labels" GitHub Actions work in combination with the shared universal Arduino tooling project repository labels configuration file. Since there has not yet been an internal request for a type change operation, the associated "topic: type change" label was forgotten when creating the configuration file. It will be best to have the label in place so every standard operation can be accomplished without unnecessary complication. --- .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 8bf004df..7189230d 100644 --- a/.github/label-configuration-files/labels.yml +++ b/.github/label-configuration-files/labels.yml @@ -31,6 +31,9 @@ - name: "topic: submission" color: "00ffff" description: Add library to the list +- name: "topic: type change" + color: "00ffff" + description: Change library types data - name: "topic: URL change" color: "00ffff" description: Change library repository URL