-
Notifications
You must be signed in to change notification settings - Fork 164
/
CODEOWNERS
Validating CODEOWNERS rules...
36 lines (28 loc) · 1.29 KB
/
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
30
31
32
33
34
35
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 Rulesets
/src/rulesets/ @microsoft/d365-bc-app-rulesets
# Developer Tools
/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