1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

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.
This commit is contained in:
per1234
2021-10-12 09:11:40 -07:00
committed by GitHub
parent 9d78849156
commit b5807e8d6a

View File

@ -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