chore(codeowners): update codeowners file#637
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0c8a767b77
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1 +1,2 @@ | |||
| * @webex/js-sdk-widgets-core | |||
| * @webex/web-sdk | |||
There was a problem hiding this comment.
Preserve existing global owner when adding new owner
Adding a second * rule here does not add reviewers cumulatively; for identical patterns, the later CODEOWNERS entry takes precedence, so this change makes @webex/web-sdk the only global owner and stops auto-requesting @webex/js-sdk-widgets-core on PRs. If the intent is to add ownership, both teams should be listed on the same wildcard rule.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Removed the other team. So should be good. That team doesn't exist anymore in the org
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
COMPLETES NA
This pull request addresses
Just adds Web SDK team as code owners
by making the following changes
By updating the code owner file with web sdk team name
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging
Make sure to have followed the contributing guidelines before submitting.