From cb9a6d57ccf21785d904346fbb6b82a4691ae469 Mon Sep 17 00:00:00 2001 From: RedStar Date: Wed, 29 Jul 2026 15:55:25 +0200 Subject: [PATCH] fix: add .github/labels.yml for Automatic Label Sync workflow The reusable label-sync workflow merges this file with the shared sapphiredev/.github core labels, but it was missing here, causing the workflow to fail (open overwrite-labels/.github/labels.yml: no such file or directory). --- .github/labels.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/labels.yml diff --git a/.github/labels.yml b/.github/labels.yml new file mode 100644 index 0000000..92d2367 --- /dev/null +++ b/.github/labels.yml @@ -0,0 +1,23 @@ +- name: bug + color: "d73a4a" + description: "Something isn't working" +- name: enhancement + color: "a2eeef" + description: New feature or request +- name: good first issue + color: "7057ff" + description: Good for newcomers +- name: invalid + color: "e4e669" + description: This doesn't seem right +- name: question + color: "d876e3" + description: Further information is requested +- name: wontfix + color: "ffffff" + description: This will not be worked on +- name: packages:plugin-api + color: "ededed" +- name: packages:plugins-subcommands-advanced + color: "1d76db" + description: Changes in plugins-subcommands-advanced