Remove reviewer from autoroller (#5414)

For some reason the `gh` command to create a pull request with a team as
the reviewer is not working. That command works when I run it locally. I
don't know what the problem is, but I will just stop adding a reviewer.
Then anyone can look at it.
This commit is contained in:
Steven Perron 2023-09-26 12:06:29 -04:00 committed by GitHub
parent ee7598d497
commit 27673a0544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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