diff --git a/.github/workflows/uv_lock_autoupdate.yml b/.github/workflows/uv_lock_autoupdate.yml index c51ff567..d1937d2f 100644 --- a/.github/workflows/uv_lock_autoupdate.yml +++ b/.github/workflows/uv_lock_autoupdate.yml @@ -126,7 +126,7 @@ jobs: if: steps.commit_lockfile.conclusion == 'success' || ( steps.main_lockfile.outputs.hash != steps.new_lockfile.outputs.hash ) env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} - run : | + run: | export title="chore(deps): autoupdate uv.lock" export body=$( cat ${{ env.update_message_path }} ) export pr_number=${{ steps.create_branch.outputs.pr_number }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e7cc005..f5844d2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: (?x)^( examples/.+/.+.(gif|png) )$ - # Keep requirements-docs is up to date + # Keep requirements-docs.txt in sync with uv.lock - id: check-requirements-docs name: Keep requirements-docs.txt in sync with uv.lock language: system