From 8c5b3b7f45b2908bef520820ea9d1bc860073890 Mon Sep 17 00:00:00 2001 From: Strift Date: Wed, 22 Jul 2026 16:23:02 +0800 Subject: [PATCH] fix: use labels array in release drafter config Release Drafter v7 requires `label` to be a string; multi-label categories must use `labels`. Co-authored-by: Cursor --- .github/release-draft-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index e9865700..e773b32e 100644 --- a/.github/release-draft-template.yml +++ b/.github/release-draft-template.yml @@ -17,7 +17,7 @@ categories: - title: '🔒 Security' label: 'security' - title: '⚙️ Maintenance/misc' - label: + labels: - 'dependencies' - 'maintenance' - 'documentation'