1
0
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:
per1234
2021-12-21 07:35:45 -08:00
parent 3937a24b25
commit 3c5d83bf24

View File

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