mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Fix workflow step to request PR reviewers (#3948)
This commit is contained in:
committed by
GitHub
parent
5e6bfa08e2
commit
747a0410cd
6
.github/workflows/create_pull_request.yml
vendored
6
.github/workflows/create_pull_request.yml
vendored
@@ -42,8 +42,8 @@ jobs:
|
|||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
github.pulls.requestReviewers({
|
github.pulls.requestReviewers({
|
||||||
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: ['virtual-environments-akvelon']
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user