From b92a61a5d5001e448a5011b3fa2041d40c88a3c4 Mon Sep 17 00:00:00 2001 From: Steven Perron Date: Mon, 11 Sep 2023 12:24:16 -0400 Subject: [PATCH] Change autoroll pr review id The autoroll pr reviews add me as the reviewer. I want to change this so that it requests a reveiw from a team instead. --- .github/workflows/autoroll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoroll.yml b/.github/workflows/autoroll.yml index 68b0ab6fcc..ec457533f8 100644 --- a/.github/workflows/autoroll.yml +++ b/.github/workflows/autoroll.yml @@ -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