Add kokoro:run label to autoroll PRs (#5077)

This commit is contained in:
Steven Perron 2023-01-19 15:25:25 +00:00 committed by GitHub
parent b6498eac1e
commit c51e2afe00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}