From f98e06938123ccabd21905ea5d0069192241f9f1 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 7 Jul 2026 10:10:29 +0200 Subject: [PATCH] Change update-docs PR labels from 'update-docs' to 'documentation' (#945) --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index a302204..8607bff 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -82,6 +82,6 @@ jobs: Update `uses: astral-sh/setup-uv@...` references in documentation to `${{ steps.tag-info.outputs.sha }} # ${{ steps.tag-info.outputs.tag }}`. base: main - labels: "automated-pr,update-docs" + labels: "automated-pr,documentation" branch: update-docs-${{ steps.tag-info.outputs.tag }} delete-branch: true