From beb9288b8f28007cdf22345fd787fb649db43cff Mon Sep 17 00:00:00 2001 From: Talie5in Date: Fri, 1 May 2026 16:18:38 +0930 Subject: [PATCH] Remove duplicate documentation label being applied. --- .github/workflows/auto-label-issues.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-label-issues.yml b/.github/workflows/auto-label-issues.yml index f7e169804..98cc2a46a 100644 --- a/.github/workflows/auto-label-issues.yml +++ b/.github/workflows/auto-label-issues.yml @@ -60,7 +60,6 @@ jobs: if (body.includes("Documentation")) { labels.add("documentation"); - labels.add("area:documentation"); } if (body.includes("Unsure")) {