-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[releases/24.x] Codeowners updates (#677)
This pull request backports #667 to releases/24.x Fixes [AB#502986](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/502986)
- Loading branch information
1 parent
6301672
commit 88c60ac
Showing
1 changed file
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
# Order is important; the last matching pattern takes the most precedence. | ||
# CODEOWNERS paths are case sensitive, because GitHub uses a case sensitive file system | ||
|
||
# Default owners | ||
* @microsoft/dynamics-365-business-central | ||
|
||
# Default owners for all app code | ||
/src @microsoft/d365-bc-app-required | ||
|
||
# App Permissions | ||
*.permissionset.al @microsoft/d365-bc-app-permissions | ||
*.permissionsetext.al @microsoft/d365-bc-app-permissions | ||
*.entitlement.al @microsoft/d365-bc-app-permissions | ||
|
||
# App Rulesets | ||
/src/rulesets/ @microsoft/d365-bc-app-rulesets | ||
|
||
# App Security | ||
dotnet.al @microsoft/d365-bc-app-security | ||
|
||
# Developer Tools | ||
**/Extension\ Management @microsoft/dynamics-smb-developertools | ||
/src/System\ Application/App/Extension\ Management @microsoft/dynamics-smb-developertools | ||
|
||
# App Foundation | ||
/src/System\ Application/App/AI @microsoft/d365-bc-copilot-toolkit | ||
|
||
# App Security | ||
dotnet.al @microsoft/d365-bc-app-security | ||
|
||
# App Permissions | ||
/src/**/Permissions/ @microsoft/d365-bc-app-permissions | ||
/src/**/permissions/ @microsoft/d365-bc-app-permissions | ||
*.Permissionset.al @microsoft/d365-bc-app-permissions | ||
*.Permissionsetext.al @microsoft/d365-bc-app-permissions | ||
*.Entitlement.al @microsoft/d365-bc-app-permissions | ||
|
||
# AL-Go files and build scripts are owned by Engineering Systems | ||
.AL-Go/ @microsoft/d365-bc-engineering-systems | ||
*.ps1 @microsoft/d365-bc-engineering-systems | ||
/.azuredevops @microsoft/d365-bc-engineering-systems | ||
/.github @microsoft/d365-bc-engineering-systems | ||
/build @microsoft/d365-bc-engineering-systems | ||
/CODEOWNERS @microsoft/d365-bc-engineering-systems | ||
|
||
|