Skip to content

Commit

Permalink
Merge pull request #20 from signalsciences/lisa/fix-workflow-var
Browse files Browse the repository at this point in the history
Updated reviewer step with team_reviewers flag
  • Loading branch information
lsmith500 authored Jul 20, 2021
2 parents bbf2221 + 6737cdf commit 4870cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
-u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \
${{ env.GH_REPO }}/pulls/${{ env.PR_NUM }}/requested_reviewers \
--data '{"reviewers":["signalsciences/releng"]}'
--data '{"team_reviewers":["signalsciences/releng"]}'

0 comments on commit 4870cdf

Please sign in to comment.