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.
Description
In the tier4/autoware.universe repository, we will no longer inherit the CODEOWNER settings from autowarefoundation/autoware.universe. Instead, reviewers will be manually assigned. To implement this change, we will rename the CODEOWNER file (rather than deleting it, to avoid conflicts during future merges).
Related links
(TIERIV Internal Link) https://star4.slack.com/archives/CTEJP8L4T/p1732674470656089
How was this PR tested?
In tier4/autoware.universe#1664, it was confirmed that reviewers are no longer automatically assigned due to this change.
Using the following command, it was also verified that the file's history has been preserved despite the rename
$ git log --name-status --follow .github/_CODEOWNERS
Notes for reviewers
None.
Interface changes
The automatic reviewer assignment via the CODEOWNERS file will no longer occur.
Effects on system behavior
None.