-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
32 lines (23 loc) · 1.33 KB
/
Copy pathCODEOWNERS
File metadata and controls
32 lines (23 loc) · 1.33 KB
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
# CODEOWNERS
# Assigns default reviewers for pull requests by path.
# GitHub uses the last matching rule, so keep broad rules first and specific overrides later.
# Default owners for anything not matched below.
* @oracle/netsuite-suitecloud-node-cli-contributors @alisyed-19
# GitHub configuration and repo-level automation.
/.github/ @alisyed-19
/.github/workflows/ @alisyed-19
# SuiteCloud Agent Skills.
/packages/agent-skills/ @NinjaColder @Montsant19 @oracle/netsuite-suitecloud-secondary-contributors
# SuiteCloud CLI for Node.js.
/packages/node-cli/ @oracle/netsuite-suitecloud-node-cli-contributors
# SuiteCloud Extension for Visual Studio Code.
/packages/vscode-extension/ @oracle/netsuite-suitecloud-node-cli-contributors
# SuiteCloud Unit Testing.
/packages/unit-testing/ @oracle/netsuite-suitecloud-node-cli-contributors
# UIF Types.
/packages/uif-types/ @odanek @oracle/netsuite-suitecloud-node-cli-contributors
# Optional finer-grained ownership inside Agent Skills.
# These rules override /packages/agent-skills/ when those paths exist.
/packages/agent-skills/netsuite-sdf-project-documentation/ @NinjaColder @Montsant19 @vic-nik
/packages/agent-skills/netsuite-suitescript-records-reference/ @oracle/netsuite-suitecloud-node-cli-contributors
/packages/agent-skills/netsuite-uif-spa-reference/ @oracle/netsuite-suitecloud-node-cli-contributors