From 49692ff1746fd897c8efbd5722b960df96f35cf3 Mon Sep 17 00:00:00 2001 From: Talie5in Date: Fri, 1 May 2026 17:58:15 +0930 Subject: [PATCH] documentation -> area:documentation --- .github/workflows/auto-label-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label-issues.yml b/.github/workflows/auto-label-issues.yml index 98cc2a46a..281ef1ea7 100644 --- a/.github/workflows/auto-label-issues.yml +++ b/.github/workflows/auto-label-issues.yml @@ -59,7 +59,7 @@ jobs: } if (body.includes("Documentation")) { - labels.add("documentation"); + labels.add("area:documentation"); } if (body.includes("Unsure")) {