From f9b0411294ba43dadc99e7af6e850635ac48d88f Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Mon, 14 Feb 2022 15:15:01 -0800 Subject: [PATCH] Update "Auto add docs engineering as a review to image optimize PRs" (#25307) * Revert "Auto add docs engineering as a review to image optimize PRs (#24991)" This reverts commit 6a5bf8dbc0b55ce9bab21a2c8cbb524af48d19f4. * Update optimize-images.yml --- .github/workflows/optimize-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 9abe9bb34b..7318444b4e 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -50,6 +50,6 @@ jobs: git push --set-upstream origin $BRANCH echo "Open a pull request" - gh pr create --title "Optimize images" --body "Optimize images" --reviewer "@github/docs-engineering" + gh pr create --title "Optimize images" --body "Optimize images" --reviewer "github/docs-engineering" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}