mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
Add kokoro:run label to autoroll PRs (#5077)
This commit is contained in:
parent
b6498eac1e
commit
c51e2afe00
2
.github/workflows/autoroll.yml
vendored
2
.github/workflows/autoroll.yml
vendored
@ -43,6 +43,6 @@ jobs:
|
||||
if: steps.update_dependencies.outputs.changed == 'true'
|
||||
run: |
|
||||
git push --force --set-upstream origin roll_deps
|
||||
gh pr create --base main -f -r s-perron
|
||||
gh pr create --label 'kokoro:run' --base main -f -r s-perron
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
Loading…
Reference in New Issue
Block a user