-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CODEOWNERS: Fix shields ownership overwrite #23148
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
Conversation
Issue spotted on PR: #22937, as changes was done on |
956f9f2
to
4fd84a8
Compare
This commit fixes an issue with shield ownership assignments in the CODEOWNERS file: - Moved the general shields pattern (**/shields/) above specific shield entries - Modified specific shield entries to include both teams: - Added @nrfconnect/ncs-co-build-system to each specific shield entry - Preserved original team assignments (@nrfconnect/ncs-low-level-test and @nrfconnect/ncs-radio-sw) - Removed misleading comment about shield entry positioning The previous configuration caused specific shield owners to be overwritten by the general @nrfconnect/ncs-co-build-system entry. Signed-off-by: Dawid Przybylo <[email protected]>
4fd84a8
to
4d8694c
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 4d8694ca1c43183e579e2e1935dd3823d6012482 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
This commit fixes an issue with shield ownership assignments in the CODEOWNERS file:
The previous configuration caused specific shield owners to be overwritten by the general @nrfconnect/ncs-co-build-system entry.