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