chore(github): add CODEOWNERS for automatic reviewer assignment#850
Closed
YusukeHirao wants to merge 1 commit into
Closed
chore(github): add CODEOWNERS for automatic reviewer assignment#850YusukeHirao wants to merge 1 commit into
YusukeHirao wants to merge 1 commit into
Conversation
Member
Author
|
v5 ブランチには既に CODEOWNERS が存在するため、この PR は不要としてクローズします。 |
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
.github/CODEOWNERSを追加し、PR 作成時に自動でレビュアーがアサインされるようにします。背景
このリポジトリは
.github/CODEOWNERSが存在しないため、PR を作成してもレビュアーが自動アサインされませんでした(例: #849)。他の管理対象リポジトリ(frontend-env, tools, 等)と同様、CODEOWNERS を配置して自動アサインを有効化します。設定
管理側リポジトリ(
@d-zero)README の「タグ権限者 (maintain 以上)」と整合する最小構成です。