From 3dcfe656206162f3d9597115fb0eefe66d7573ee Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Wed, 20 Dec 2023 14:17:50 -0800 Subject: [PATCH] chore: don't add reviewers to size update PR and try new branch PiperOrigin-RevId: 592656210 --- .github/workflows/update-size-on-main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-size-on-main.yml b/.github/workflows/update-size-on-main.yml index 16bc7dd8a..7e242cb67 100644 --- a/.github/workflows/update-size-on-main.yml +++ b/.github/workflows/update-size-on-main.yml @@ -37,7 +37,6 @@ jobs: committer: lit-robot title: 'chore: update sizes' body: This PR was auto generated by the update-size-on-main GitHub action. - reviewers: e111077,asyncliz - branch: auto-update-size - # Don't automatically add Ready for Google label until we're ready + branch: auto-update-sizes + # Don't automatically add reviewers or Ready for Google label until we're ready # since this will be noisy.