chore: add foundations team to CODEOWNERS#296
Conversation
ITS-1231: Assign PR reviews to foundations team.
Greptile SummaryThis PR updates global code ownership for the repository. The main change is:
Confidence Score: 4/5The change is small but affects reviewer assignment across the whole repository and needs adjustment before merging. Only one CODEOWNERS file changed, and the ownership behavior is straightforward to assess. .github/CODEOWNERS
What T-Rex did
Reviews (1): Last reviewed commit: "chore: add @cosmos/foundations-team to C..." | Re-trigger Greptile |
| @@ -1 +1,3 @@ | |||
| ** @cosmos/stack-team | |||
|
|
|||
| ** @cosmos/foundations-team | |||
There was a problem hiding this comment.
Preserve existing owners
GitHub applies only the last matching CODEOWNERS pattern, so this second ** entry replaces @cosmos/stack-team instead of adding another reviewer group. For any changed file, only @cosmos/foundations-team will be requested; put both teams on the same ** line to keep the existing owner.
|
Tick the box to add this pull request to the merge queue (same as
|
Summary
@cosmos/foundations-teamas a code owner to ensure the foundations team is automatically assigned as reviewers on PRs.Linked issue
ITS-1231