From e70c75b60c4e134b4d17a08a98c63eb79d61a343 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 30 Aug 2022 13:31:30 +0300 Subject: [PATCH] Rename team in the PR creation (#6168) --- .github/workflows/create_pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml index 14c460f6a..f7f3e77cc 100644 --- a/.github/workflows/create_pull_request.yml +++ b/.github/workflows/create_pull_request.yml @@ -45,5 +45,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, pull_number: ${{ steps.create-pr.outputs.result }}, - team_reviewers: ['virtual-environments-akvelon'] - }) \ No newline at end of file + team_reviewers: ['runner-images-team'] + })