From 3c5d83bf245a6c6019f5207a4cae4874a0d9eef4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 21 Dec 2021 07:35:45 -0800 Subject: [PATCH] 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. --- .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 7189230d..be49bb3c 100644 --- a/.github/label-configuration-files/labels.yml +++ b/.github/label-configuration-files/labels.yml @@ -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