Skip to content

Commit

Permalink
.github/code-review.yml: Remove verbose flag from AssignReviewers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Feb 25, 2020
1 parent 030614a commit 5d401f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run ls -al
run: ls -al
- name: AssignReviewers
run: python .github/workflows/AssignReviewers.py --access-token ${{ secrets.GITHUB_TOKEN }} --base-repo ${{ github.event.pull_request.base.repo.full_name }} --pull-request-number ${{ github.event.pull_request.number }} -v
run: python .github/workflows/AssignReviewers.py --access-token ${{ secrets.GITHUB_TOKEN }} --base-repo ${{ github.event.pull_request.base.repo.full_name }} --pull-request-number ${{ github.event.pull_request.number }}
- name: PatchCheck
run: python BaseTools/Scripts/PatchCheck.py ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
- name: Generate mail text file
Expand Down

2 comments on commit 5d401f7

@mdkinney
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

svenur
Request Review @mdkinney

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assign Review @mdkinney
Assign Review @svenur

Please sign in to comment.