Skip to content

Commit

Permalink
Minor fixes to the CODEOWNERS file (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight authored Jul 29, 2024
1 parent 6e6e62f commit f0ca11c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,43 @@
#
# NOTE: If the GitHub automated reviewers do not behave as expected,
# please contact the Community Structure WG.
* @finos/ccc-wg-community-structure
.github/CODEOWNERS @finos/ccc-wg-community-structure
/* @finos/ccc-wg-community-structure
#
########

########
#
# Changes that might impact automation must be reviewed by the Delivery WG
# Code owners should only be modified by the SteerCo
.github @finos/ccc-wg-delivery
.github/CODEOWNERS @finos/ccc-steerco
/.github @finos/ccc-wg-delivery
/.github/CODEOWNERS @finos/ccc-steerco
#
########

########
#
# Community Guidelines only need review from the Community Structure WG
docs/governance/community-guidelines @finos/ccc-wg-community-structure
/docs/governance/community-guidelines @finos/ccc-wg-community-structure
#
########

########
#
# Each WG may place ad hoc documentation in their governance subdirectory
docs/governance/working-groups/communications @finos/ccc-wg-communications
docs/governance/working-groups/community-structure @finos/ccc-wg-community-structure
docs/governance/working-groups/delivery @finos/ccc-wg-delivery
docs/governance/working-groups/duplication-reduction @finos/ccc-wg-duplication-reduction
docs/governance/working-groups/security @finos/ccc-wg-security
docs/governance/working-groups/taxonomy @finos/ccc-wg-taxonomy
/docs/governance/working-groups/communications @finos/ccc-wg-communications
/docs/governance/working-groups/community-structure @finos/ccc-wg-community-structure
/docs/governance/working-groups/delivery @finos/ccc-wg-delivery
/docs/governance/working-groups/duplication-reduction @finos/ccc-wg-duplication-reduction
/docs/governance/working-groups/security @finos/ccc-wg-security
/docs/governance/working-groups/taxonomy @finos/ccc-wg-taxonomy
#
########

########
#
# Changes to the services directory must be reviewed by the Taxonomy WG
# excluding threats and controls definitions
services @finos/ccc-wg-taxonomy
/services @finos/ccc-wg-taxonomy
#
########

Expand All @@ -59,14 +58,15 @@ services @finos/ccc-wg-taxonomy
#
# Resource selection guidance and justifications must be reviewed by the Duplication Reduction WG
/docs/resources/ @finos/ccc-wg-duplication-reduction
#
########

########
#
# Charters and policies require review from at least one SteerCo member
# Policies also require review from the Community Structure WG
docs/governance/steering @finos/ccc-steerco
docs/governance @finos/ccc-steerco @finos/ccc-wg-community-structure
/docs/governance/steering @finos/ccc-steerco
/docs/governance @finos/ccc-steerco @finos/ccc-wg-community-structure
**/charter.md @finos/ccc-steerco
#
########

0 comments on commit f0ca11c

Please sign in to comment.