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")) {