Skip to content
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

Fix CODEOWNERS after monorepo merge #165217

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

loic-sharma
Copy link
Member

@loic-sharma loic-sharma commented Mar 14, 2025

GitHub's CODEOWNERS feature picks the first file it finds in the root, .github/, or docs/ directory. GitHub does not support nested CODEOWNERS files.

For example, this PR updates the embedder API but did not request reviews from the embedder API reviewers: #164577

To fix this, this merges all CODEOWNERS files to the root of the repo.

cc @cbracken @chinmaygarde @jmagman as you are added as CODEOWNERS.

@loic-sharma loic-sharma requested a review from jtmcdole March 14, 2025 19:37
@github-actions github-actions bot added the engine flutter/engine repository. See also e: labels. label Mar 14, 2025
@jtmcdole
Copy link
Contributor

I wonder if you could have removed the "/" from the start of the lines and gotten the same effect.

@loic-sharma
Copy link
Member Author

loic-sharma commented Mar 21, 2025

@jtmcdole Sadly that wouldn't work, see the description above:

GitHub's CODEOWNERS feature picks the first file it finds in the root, .github/, or docs/ directory. GitHub does not support nested CODEOWNERS files.

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @loic-sharma!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine flutter/engine repository. See also e: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants