chore(codeowners): platform-engineers own helm/#117
Closed
rguichard wants to merge 1 commit into
Closed
Conversation
Make @morpho-org/platform-engineers the sole owner of the helm/ directory, replacing the shared ownership with api-engineers and the individual maintainer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Make
@morpho-org/platform-engineersthe sole code owner of thehelm/directory.Change
Previously
helm/was co-owned by platform-engineers, api-engineers, and the individual maintainer@0x666c6f. This scopes ownership to the platform team so their review is required on Helm chart changes (including the automated image-tag bump PRs underhelm/environments/).The other helm-related entries (
/validate-helm-charts.sh,/setup-hooks.sh) are left unchanged.Summary
Ownership of the
helm/directory is being consolidated under@morpho-org/platform-engineersas the sole responsible team. The previous setup included@morpho-org/api-engineersand an individual maintainer as co-owners, which is no longer necessary now that the Helm charts migration has settled.Changes
@morpho-org/api-engineersand@0x666c6ffrom the/helm/CODEOWNERS entry, leaving@morpho-org/platform-engineersas the sole owner.Testing
No functional code changes. Verify by opening a PR that touches a file under
helm/and confirming that only@morpho-org/platform-engineersis requested for review.