Print out requested teams in review-request workflow (#20471)

pull/20472/head
Andy Balaam 2022-01-11 10:49:07 +00:00 committed by GitHub
parent 2617b424ce
commit 2d548d1179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ jobs:
else else
echo "::set-output name=match::true" echo "::set-output name=match::true"
fi fi
- id: print_requested_teams_slug
run: |
echo 'github.event.pull_request.requested_teams.slug = ${{ github.event.pull_request.requested_teams.slug }}'
echo 'github.event.pull_request.requested_reviewers = ${{ github.event.pull_request.requested_reviewers }}'
- uses: octokit/graphql-action@v2.x - uses: octokit/graphql-action@v2.x
id: add_to_project id: add_to_project
if: > if: >