-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add translate dev team for translate samples #9888
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @iennae and reviewers,
I'm currently reviewing this pull request and will post my full review in a few minutes. In the meantime, here's a quick summary to help everyone get up to speed:
This pull request, as the title suggests, adds the @GoogleCloudPlatform/cloud-ml-translate-dev
team as code owners for the translate
samples in the java-docs-samples
repository. The intent is to ensure the appropriate team reviews changes to these samples.
Specifically, the change modifies the .github/CODEOWNERS
file. Line 82 of this file was updated to include the @GoogleCloudPlatform/cloud-ml-translate-dev
team alongside the existing reviewers for the translate
directory.
Here's a table summarizing the changes:
File | Change |
---|---|
.github/CODEOWNERS |
Added @GoogleCloudPlatform/cloud-ml-translate-dev to the translate section |
Now for a little fun:
A coder's life, a quest to code,
Through bugs and tests, a path is showed.
Review's gentle hand,
Guides the code to promised land.
Let me know if you have any questions!
Best,
Gemini
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request adds the Cloud ML Translate dev team to the CODEOWNERS file for the /translate
directory. This is a good change to ensure the appropriate team is notified of changes to this directory.
I've summarized the changes and provided some minor suggestions below:
- CODEOWNERS Update: The Cloud ML Translate dev team (
@GoogleCloudPlatform/cloud-ml-translate-dev
) has been correctly added to the CODEOWNERS file for the/translate
directory. This ensures they are included in reviews and discussions related to changes in this area.
Overall, the changes are straightforward and improve the maintainability of the repository by ensuring the correct team is responsible for the /translate
directory.
@@ -79,7 +79,7 @@ | |||
/speech @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers | |||
/talent @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers | |||
/texttospeech @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers | |||
/translate @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers | |||
/translate @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers @GoogleCloudPlatform/cloud-ml-translate-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a comment above this line explaining why the @GoogleCloudPlatform/cloud-ml-translate-dev
team is being added. This will help future maintainers understand the reasoning behind this change and avoid accidental removals or modifications.
/translate @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers @GoogleCloudPlatform/cloud-ml-translate-dev | |
# Adding Cloud ML Translate dev team as code owners for translate samples | |
/translate @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver @GoogleCloudPlatform/cloud-samples-reviewers @GoogleCloudPlatform/cloud-ml-translate-dev |
b/385243174