Skip to content

Commit

Permalink
ES-1978: corrected syntax in CODEOWNERS file (#236)
Browse files Browse the repository at this point in the history
* `.ci/*` only catches files directly in `.ci` folder, any subfolders
are not affected
* `/.ci/` correctly sets ownership of all files in that folder to
Infrastructure and Release team
* same for `.gradle` folder
* `/.github` to be owned by Infra & Release, but CODEOWNERS file still are with Rest
  • Loading branch information
wzur-r3 authored Apr 30, 2024
1 parent 2e2ee61 commit 55acd0f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
* @corda/rest
# Build scripts should be audited by BLT
*.gradle @corda/infrastructure-release
gradle.properties @corda/corda5-team-leads
Jenkinsfile @corda/infrastructure-release
.ci/* @corda/infrastructure-release
gradle/* @corda/infrastructure-release
# Build scripts should be audited by Infrastructure & Release team
*.gradle @corda/infrastructure-release
gradle.properties @corda/corda5-team-leads
Jenkinsfile @corda/infrastructure-release
/.ci/ @corda/infrastructure-release
/.github/ @corda/infrastructure-release
/.github/CODEOWNERS @corda/rest # keep CODEOWNERS owned by the Rest team
/gradle/ @corda/infrastructure-release

0 comments on commit 55acd0f

Please sign in to comment.