Remove @AzureAD/MSAL-ObjC-CIAM from CODEOWNERS#2932
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-objc/sessions/e367583b-2db8-4e75-bd2c-04cbdf57d7af Co-authored-by: swasti29 <12692041+swasti29@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CODEOWNERS file to remove references to @AzureAD/MSAL-ObjC-CIAM
Remove @AzureAD/MSAL-ObjC-CIAM from CODEOWNERS
Apr 14, 2026
| @@ -2,29 +2,11 @@ | |||
| # Unless a later match takes precedence, these users will be requested | |||
There was a problem hiding this comment.
This pull request does not update CHANGELOG.md.
Please consider if this change would be noticeable to a partner or user and either update CHANGELOG.md or resolve this conversation.
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-objc/sessions/6ca08d5c-25d3-4b99-b188-b54da873c256 Co-authored-by: swasti29 <12692041+swasti29@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original prompt
Update the
CODEOWNERSfile to remove all references to@AzureAD/MSAL-ObjC-CIAM.Current file
The current
CODEOWNERSfile is located at the root of the repo: https://github.com/AzureAD/microsoft-authentication-library-for-objc/blob/8e4217892fc335d5dd86cb8692f0b994990dd3ac/CODEOWNERSChanges Required
@AzureAD/MSAL-ObjC-CIAM(line 5)@AzureAD/MSAL-ObjC-CIAMfrom all lines where it is a co-owner alongside@AzureAD/AppleIdentityTeam:/MSAL/MSAL.xcodeproj/project.pbxprojCHANGELOG.md/azure_pipelines//Package.swift/MSAL/src/public/MSAL.h@AzureAD/MSAL-ObjC-CIAMis the sole owner (these will fall back to the default*owner@AzureAD/AppleIdentityTeam):/MSAL/module.modulemap/MSAL/.swiftlint.yml/MSAL/src/native_auth//MSAL/test/unit/native_auth//MSAL/test/integration/native_auth//MSAL/MSAL\ iOS\ Native\ Auth\ E2E\ Tests.xctestplan/MSAL/test/testplan/NativeAuthEndToEndTestPlan.xctestplan/MSAL/test/testplan/NativeAuthEndToEndTestPlan\ Mac.xctestplan/MSAL/test/testplan/MSAL\ iOS\ Native\ Auth\ E2E\ Tests.xctestplan/MSAL/test/testplan/MSAL\ Mac\ Native\ Auth\ E2E\ Tests.xctestplan/MSAL/MSAL.xcodeproj/xcshareddata/xcschemes/unit-test-host.xcscheme/MSAL/MSAL.xcodeproj/xcshareddata/xcschemes/unit-test-host-mac.xcscheme/MSAL/MSAL.xcodeproj/xcshareddata/xcschemes/MSAL\ iOS\ Native\ Auth\ E2E\ Tests.xcscheme/MSAL/MSAL.xcodeproj/xcshareddata/xcschemes/MSAL\ Mac\ Native\ Auth\ E2E\ Tests.xcscheme/spm-integration-test.sh@AzureAD/MSAL-ObjC-CIAM(lines 11-12)Expected Result
The final
CODEOWNERSfile should only contain@AzureAD/AppleIdentityTeamas the owner, with no mentions of@AzureAD/MSAL-ObjC-CIAManywhere.The following is the prior conversation context from the user's chat exploration (may be truncated):
Assistant: Here are the ways to remove or update reviewers on a pull request:
Removing a Reviewer (via GitHub UI)
You can remove a requested reviewer directly from the PR:
Dismissing an Existing Review
If a reviewer has already submitted a review (e.g., "Changes requested") and you need to override it, you can dismiss it (requires write access or admin):
Removing Reviewers via REST API
You can also remove requested reviewers programmatically:
See REST API endpoints for review requests for full details.
Note: If your repository has branch protection rules requiring a minimum number of approvals, removing reviewers or dismissing reviews may affect whether the PR can be merged.
User: no i mean from overall repos
Assistant: It sounds like you want to manage who can review PRs across your repositories (i.e., code review limits). Here's how:
At the Repository Level
This controls whether anyone or only explicit collaborators can approve/request changes on PRs.
📖 Managing pull request reviews in your repository
At the Organization Level (applies to all repos)
If you want to update this across all repositories in an organization at once:
This pull request was created from Copilot chat.