Skip to content
Prev Previous commit
Next Next commit
Create PR as draft
  • Loading branch information
konstin committed Sep 15, 2025
commit ce4251e775d04f5577ad9b7a843703c3b87bd06c
1 change: 1 addition & 0 deletions .github/workflows/update-uv-build-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update uv_build version to ${{ steps.update_script.outputs.version }}
title: Update uv_build version to ${{ steps.update_script.outputs.version }}
draft: true # Trigger CI by un-drafting the PR, otherwise `GITHUB_TOKEN` PRs don't trigger CI.
body: |
Automated update of uv_build version bounds for uv ${{ steps.update_script.outputs.version }}.

Expand Down
Loading