-
Notifications
You must be signed in to change notification settings - Fork 175
/
Copy pathCODEOWNERS
31 lines (22 loc) · 927 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Default owners
* @microsoft/dynamics-365-business-central
/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
# App Foundation
/src/System\ Application/App/AI @microsoft/d365-bc-copilot-toolkit
# 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