Skip to content

Commit 342c132

Browse files
committed
Add org to team name in request-reviewers workflow
Signed-off-by: Tero Saarni <[email protected]>
1 parent 990ff44 commit 342c132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/request-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
run: |
19-
gh pr edit ${{ github.event.pull_request.number }} --repo "${{ github.repository }}" --add-reviewer contour-helm-chart-maintainers
19+
gh pr edit ${{ github.event.pull_request.number }} --repo "${{ github.repository }}" --add-reviewer projectcontour/contour-helm-chart-maintainers

0 commit comments

Comments
 (0)