-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (18 loc) · 772 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (18 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ECCN: Open Source
#GUSINFO:NPC Orion,SFDO Outbound Funds Module
*
#
# Copyright (c) 2021, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
#
# Python
*.py @SalesforceFoundation/release-engineering-reviewers
requirements.txt @SalesforceFoundation/release-engineering-reviewers
# CumulusCI
/cumulusci.yml @SalesforceFoundation/release-engineering-reviewers
**/tasks/ @SalesforceFoundation/release-engineering-reviewers
# GitHub Actions
.github/workflows/** @SalesforceFoundation/release-engineering-reviewers
package.json @SalesforceFoundation/release-engineering-reviewers