mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Print out requested teams in review-request workflow (#20471)
This commit is contained in:
parent
2617b424ce
commit
2d548d1179
@ -39,6 +39,10 @@ jobs:
|
||||
else
|
||||
echo "::set-output name=match::true"
|
||||
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
|
||||
id: add_to_project
|
||||
if: >
|
||||
|
Loading…
Reference in New Issue
Block a user