You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-29 14:01:15 +03:00
Add "pending backend" repository label
Although the submission process is completely automated, other requests (e.g., library repository URL update) are still handled manually due to requiring additional operations on the backend The changes to the data files stored in this repository must be coordinated with the associated changes to the Library Manager database and/or storage systems. The dedicated "status: pending backend" repository label will be added to the issues and PRs which can be resolved only after those external operations have been completed; in this manner indicating their status in a clear and machine readable manner.
This commit is contained in:
3
.github/label-configuration-files/labels.yml
vendored
3
.github/label-configuration-files/labels.yml
vendored
@ -4,6 +4,9 @@
|
||||
- name: "status: maintenance required"
|
||||
color: "ff0000"
|
||||
description: Infrastructure failure unrelated to request
|
||||
- name: "status: pending backend"
|
||||
color: "0000ff"
|
||||
description: Depends on backend maintenance operations
|
||||
- name: "topic: invalid"
|
||||
color: "ff0000"
|
||||
description: Request could not be processed
|
||||
|
Reference in New Issue
Block a user