You've already forked library-registry
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:
3
.github/label-configuration-files/labels.yml
vendored
3
.github/label-configuration-files/labels.yml
vendored
@ -31,6 +31,9 @@
|
|||||||
- name: "topic: submission"
|
- name: "topic: submission"
|
||||||
color: "00ffff"
|
color: "00ffff"
|
||||||
description: Add library to the list
|
description: Add library to the list
|
||||||
|
- name: "topic: type change"
|
||||||
|
color: "00ffff"
|
||||||
|
description: Change library types data
|
||||||
- name: "topic: URL change"
|
- name: "topic: URL change"
|
||||||
color: "00ffff"
|
color: "00ffff"
|
||||||
description: Change library repository URL
|
description: Change library repository URL
|
||||||
|
Reference in New Issue
Block a user