Skip to content

Commit f054cf6

Browse files
authored
Update CODEOWNERS with MSAL.js Team (#7996)
This pull request updates the `CODEOWNERS` file to consolidate and simplify code ownership assignments. The main change is replacing individual maintainer usernames with the `@AzureAD/msal-js-public-client` team for most areas, and updating node-related paths to include both `@AzureAD/msal-js-public-client` and `@AzureAD/id4s-msal-team`. This streamlines code review responsibilities and reflects current team structures. Ownership assignment updates: * Replaced individual user assignments with the `@AzureAD/msal-js-public-client` team for general ownership and for several library and sample directories. * Updated ownership for `/lib/msal-node/` and `/samples/msal-node-samples/` to include both `@AzureAD/msal-js-public-client` and `@AzureAD/id4s-msal-team`, ensuring both teams are responsible for these areas. Cleanup and simplification: * Removed redundant or outdated individual user assignments from various directories, consolidating ownership under relevant teams.
1 parent 9d145af commit f054cf6

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

CODEOWNERS

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
* @tnorling @sameerag @jo-arroyo @hectormmg @lalimasharda @peterzenz @bgavrilMS @robbie-microsoft @konstantin-msft @shylasummers
2-
3-
# MSAL Angular
4-
/lib/msal-angular/ @jo-arroyo @tnorling @peterzenz @shylasummers @sameerag @konstantin-msft
5-
/samples/msal-angular-samples/ @jo-arroyo @tnorling @peterzenz @shylasummers @sameerag @konstantin-msft
1+
* @AzureAD/msal-js-public-client
62

73
# MSAL Browser
8-
/lib/msal-browser/ @sameerag @tnorling @hectormmg @jo-arroyo @peterzenz @konstantin-msft @lalimasharda @shylasummers
94
/lib/msal-browser/custom-auth @shenj @yongdiw
10-
/samples/msal-browser-samples/ @sameerag @tnorling @hectormmg @jo-arroyo @peterzenz @konstantin-msft @lalimasharda @shylasummers
11-
12-
# MSAL Common
13-
/lib/msal-common/ @sameerag @tnorling @hectormmg @jo-arroyo @peterzenz @robbie-microsoft @konstantin-msft @lalimasharda @shylasummers
145

156
# MSAL Node
16-
/lib/msal-node/ @sameerag @tnorling @hectormmg @peterzenz @AzureAD/id4s-msal-team
17-
/samples/msal-node-samples/ @sameerag @tnorling @hectormmg @peterzenz @AzureAD/id4s-msal-team
18-
/extensions/msal-node-extensions/ @sameerag @tnorling @hectormmg @peterzenz
19-
20-
# MSAL React
21-
/lib/msal-react/ @tnorling @jo-arroyo @peterzenz @sameerag @konstantin-msft
22-
/samples/msal-react-samples/ @tnorling @jo-arroyo @peterzenz @sameerag @konstantin-msft
23-
24-
# Build
25-
/build/ @sameerag @tnorling @hectormmg @peterzenz
26-
/release-scripts/ @sameerag @tnorling @hectormmg @peterzenz @shylasummers
27-
/.github/ @sameerag @tnorling @hectormmg @peterzenz
28-
/.pipelines/ @hectormmg @tnorling @peterzenz @sameerag @konstantin-msft @shylasummers
7+
/lib/msal-node/ @AzureAD/msal-js-public-client @AzureAD/id4s-msal-team
8+
/samples/msal-node-samples/ @AzureAD/msal-js-public-client @AzureAD/id4s-msal-team
299

3010
# MSAL Node Confidential Client Regression Tests
3111
.github/workflows/client-credential-benchmark.yml @AzureAD/id4s-msal-team

0 commit comments

Comments
 (0)