From 58085ab828975e80c848f4daf2d769c452c6a5dc Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 21 May 2026 03:34:11 +0200 Subject: [PATCH] Fix label-doconly-changes setting name (#6770) --- .github/workflows/auto_labeler_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_labeler_pr.yml b/.github/workflows/auto_labeler_pr.yml index 1fe8baec9..363299edb 100644 --- a/.github/workflows/auto_labeler_pr.yml +++ b/.github/workflows/auto_labeler_pr.yml @@ -25,7 +25,7 @@ jobs: uses: Jackenmen/label-doconly-changes@v1 env: LDC_LABELS: Docs-only - LDC_HOOK_UNCONDITIONAL__FILES: |- + LDC_HOOK_UNCONDITIONAL__ALLOWED_FILES: |- # default list of unconditionally allowed files *.rst *.md