Skip to content

Commit

Permalink
Update internal/actions/reviewers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit Jain <[email protected]>
  • Loading branch information
twavv and jainankit authored Nov 21, 2023
1 parent 163eb2a commit 09945d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/actions/reviewers.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func AddPullRequestReviewers(
reviewers []string,
) error {
_, _ = fmt.Fprint(os.Stderr,
" - adding ", colors.UserInput(len(reviewers)), " reviewers to pull request\n",
" - adding ", colors.UserInput(len(reviewers)), " reviewer(s) to pull request\n",
)

// We need to map the given reviewers to GitHub node IDs.
Expand Down

0 comments on commit 09945d4

Please sign in to comment.