Change autoroll pr review id (#5404)

The autoroll pr reviews add me as the reviewer. I want to change this so
that it requests a reveiw from a team instead.
This commit is contained in:
Steven Perron 2023-09-11 20:24:32 -04:00 committed by GitHub
parent 2d6996f731
commit fc54e178e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ jobs:
run: | run: |
git push --force --set-upstream origin roll_deps git push --force --set-upstream origin roll_deps
# Create a PR. If it aready exists, the command fails, so ignore the return code. # Create a PR. If it aready exists, the command fails, so ignore the return code.
gh pr create --base main -f -r s-perron || true gh pr create --base main -f -r KhronosGroup/spirv-tools-autoroll || true
# Add the 'kokoro:run' label so that the kokoro tests will be run. # Add the 'kokoro:run' label so that the kokoro tests will be run.
gh pr edit --add-label 'kokoro:run' gh pr edit --add-label 'kokoro:run'
gh pr merge --auto --squash gh pr merge --auto --squash