CODEOWNERS: Remove some block code owners#71657
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
| @@ -15,10 +15,7 @@ | |||
| # Blocks | |||
| /packages/block-library @ajitbohra @fabiankaegy | |||
| /packages/block-library/src/gallery | |||
There was a problem hiding this comment.
Should we also delete this line? There are no owners for the Gallery.
There was a problem hiding this comment.
There are a lot of lines with no code owners. That could be a separate cleanup.
There was a problem hiding this comment.
Lines without a code owner allows do have meaning:
# In this example, @octocat owns any file in the `/apps`
# directory in the root of your repository except for the `/apps/github`
# subdirectory, as its owners are left empty. Without an owner, changes
# to `apps/github` can be made with the approval of any user who has
# write access to the repository.
/apps/ @octocat
/apps/github
There was a problem hiding this comment.
I think we're using code owners as a notification system, rather than as a way to determine who can approve what.
|
Flaky tests detected in add44f4. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/17728779586
|
What?
Remove code owners of the Comments, Comment Template, and Image blocks from the CODEOWNERS file.
Why?
They're no longer working on Gutenberg and shouldn't be pinged for reviews.