Skip to content

Commit

Permalink
Update REVIEWER_ASSIGNMENT_COMMENT.md (#12617)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Dec 19, 2024
1 parent 2c08e3c commit 398e10b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/magician/github/REVIEWER_ASSIGNMENT_COMMENT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hello! I am a robot. Tests will require approval from a repository maintainer to run.

@{{.reviewer}}, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.
@{{.reviewer}}, a repository maintainer, has been assigned to [review your changes](https://googlecloudplatform.github.io/magic-modules/contribute/review-pr/). If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by [doing a self-review](https://googlecloudplatform.github.io/magic-modules/contribute/review-pr/) and by [running impacted tests locally](https://googlecloudplatform.github.io/magic-modules/get-started/run-provider-tests/).
You can help make sure that review is quick by [doing a self-review](https://googlecloudplatform.github.io/magic-modules/contribute/review-pr/) and by [running impacted tests locally](https://googlecloudplatform.github.io/magic-modules/get-started/run-provider-tests/).
2 changes: 1 addition & 1 deletion .ci/magician/github/reviewer_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func FormatReviewerComment(newPrimaryReviewer string) string {
return sb.String()
}

var reviewerCommentRegex = regexp.MustCompile("@(?P<reviewer>[^,]*), a repository maintainer, has been assigned to review your changes.")
var reviewerCommentRegex = regexp.MustCompile("@(?P<reviewer>[^,]*), a repository maintainer, has been assigned")

// FindReviewerComment returns the comment which mentions the current primary reviewer and the reviewer's login,
// or an empty comment and empty string if no such comment is found.
Expand Down

0 comments on commit 398e10b

Please sign in to comment.