Add CODEOWNERS and designate @WordPress/interactivity-api as the code owners of the wp-interactivity-api skill#25
Conversation
Co-authored-by: luisherranz <3305402+luisherranz@users.noreply.github.com>
Co-authored-by: luisherranz <3305402+luisherranz@users.noreply.github.com>
@WordPress/frontend-dx as the code owners of the wp-interactivity-api skill@WordPress/interactivity-api as the code owners of the wp-interactivity-api skill
|
@WordPress/interactivity-api, just so you know, once this is merged you will receive pings every time there is a PR that modifies the Interactivity API skill 🙂 |
|
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 Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @Copilot. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. 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. |
What
Adds a
.github/CODEOWNERSfile.It initially designates
@WordPress/interactivity-apiteam as the code owners of theskills/wp-interactivity-api/directory.Why
The Interactivity API was authored and is actively maintained by the
@WordPress/interactivity-apiteam. Assigning code ownership for that skill ensures:@WordPress/interactivity-apiis automatically added as a required reviewer on any PR that modifies files insideskills/wp-interactivity-api/.How
A single
.github/CODEOWNERSfile is created with one ownership rule scoped to/skills/wp-interactivity-api/. No other files or skills are touched.