Skip to content

Commit

Permalink
Change autoroll pr review id (KhronosGroup#5404)
Browse files Browse the repository at this point in the history
The autoroll pr reviews add me as the reviewer. I want to change this so
that it requests a reveiw from a team instead.
  • Loading branch information
s-perron authored Sep 12, 2023
1 parent 2d6996f commit fc54e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoroll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
gh pr edit --add-label 'kokoro:run'
gh pr merge --auto --squash
Expand Down

0 comments on commit fc54e17

Please sign in to comment.