From 69faa208376949440ff029199f645fd04fc2db95 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 21 May 2026 03:25:32 +0200 Subject: [PATCH] Allow docs images to be in PRs marked as Docs-only (#6769) --- .github/workflows/auto_labeler_pr.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto_labeler_pr.yml b/.github/workflows/auto_labeler_pr.yml index 8939e91f3..1fe8baec9 100644 --- a/.github/workflows/auto_labeler_pr.yml +++ b/.github/workflows/auto_labeler_pr.yml @@ -25,3 +25,9 @@ jobs: uses: Jackenmen/label-doconly-changes@v1 env: LDC_LABELS: Docs-only + LDC_HOOK_UNCONDITIONAL__FILES: |- + # default list of unconditionally allowed files + *.rst + *.md + # Red-specific includes + docs/.resources/*