-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ES-2076: update codeowners from blt to infrastructure-release (#1582)
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,18 +1,18 @@ | ||
# Build scripts and Jenkins files should be audited by BLT | ||
# Any changes to source code of corda-api to be reviewd by C5 team leads | ||
|
||
Jenkinsfile @corda/blt | ||
.ci/** @corda/blt | ||
Jenkinsfile @corda/infrastructure-release | ||
.ci/** @corda/infrastructure-release | ||
|
||
gradle/wrapper @corda/blt | ||
gradle/wrapper @corda/infrastructure-release | ||
*.toml @corda/corda5-team-leads | ||
|
||
*.gradle @corda/blt | ||
*.gradle @corda/infrastructure-release | ||
gradle.properties @corda/corda5-team-leads | ||
|
||
*.kt @corda/corda5-team-leads | ||
*.java @corda/corda5-team-leads | ||
|
||
**/scans/*.yaml @corda/corda5-team-leads | ||
|
||
CODEOWNERS @corda/blt @corda/corda5-team-leads | ||
CODEOWNERS @corda/infrastructure-release @corda/corda5-team-leads |