We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d7277 commit ce4251eCopy full SHA for ce4251e
.github/workflows/update-uv-build-version.yml
@@ -32,6 +32,7 @@ jobs:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
commit-message: Update uv_build version to ${{ steps.update_script.outputs.version }}
34
title: Update uv_build version to ${{ steps.update_script.outputs.version }}
35
+ draft: true # Trigger CI by un-drafting the PR, otherwise `GITHUB_TOKEN` PRs don't trigger CI.
36
body: |
37
Automated update of uv_build version bounds for uv ${{ steps.update_script.outputs.version }}.
38
0 commit comments