CODEOWNERS: Add VideoPress team as owner of the videopress package#49937
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012iifiyxMAG9GGSXpAZ7cuV
efa88bc to
7f308db
Compare
There was a problem hiding this comment.
Pull request overview
Updates repository ownership metadata so changes under the VideoPress package automatically request review from the VideoPress team.
Changes:
- Add a CODEOWNERS rule assigning
@Automattic/VideoPressto/projects/packages/videopress.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012iifiyxMAG9GGSXpAZ7cuV
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! |
Limiting to src/ keeps composer.lock, CHANGELOG.md, and changelog/ out of ownership so the team is not pinged on dependency bumps or release rewrites. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012iifiyxMAG9GGSXpAZ7cuV
anomiex
left a comment
There was a problem hiding this comment.
Looks valid. Also verified that the @Automattic/VideoPress team is already listed as a collaborator in the repo.
Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
Fixes #
Proposed changes
@Automattic/VideoPressas the code owner forprojects/packages/videopress/src, so the team is automatically requested for review on changes to the package source.src/(matching the connection and sync packages) so the team is not pinged oncomposer.lockdependency bumps,CHANGELOG.md/changelog/release updates, or other non-source churn.projects/packages/videopress/src/class-package-version.phpfrom ownership (no-owner override), so the team is not pinged on automated package-version bumps.Related product discussion/links
Does this pull request change what data or activity we track or use?
No.
Testing instructions
.github/CODEOWNERS; there is nothing to test functionally.# Packagessection ends with:projects/packages/videopress/src/should auto-request review from the VideoPress team, while a PR that only bumpsclass-package-version.php,composer.lock, orCHANGELOG.mdshould not.