Rename team in the PR creation (#6168)

This commit is contained in:
Mikhail Timofeev
2022-08-30 13:31:30 +03:00
committed by GitHub
parent 0a705f29e4
commit e70c75b60c

View File

@@ -45,5 +45,5 @@ jobs:
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
pull_number: ${{ steps.create-pr.outputs.result }}, pull_number: ${{ steps.create-pr.outputs.result }},
team_reviewers: ['virtual-environments-akvelon'] team_reviewers: ['runner-images-team']
}) })