From 80c770b9cfa60f7ef6c7e29538bb6d006519ae6d Mon Sep 17 00:00:00 2001 From: Eddie Knight Date: Mon, 5 Aug 2024 11:43:51 -0500 Subject: [PATCH] Updated CODEOWNERS for yaml instead of md entries Signed-off-by: Eddie Knight --- .github/CODEOWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3246f53..b62dad6d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,6 +15,7 @@ # 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 +/release @finos/ccc-wg-delivery /.github/CODEOWNERS @finos/ccc-steerco # ######## @@ -49,8 +50,8 @@ ######## # # Threats or controls definition changes must be reviewed by the Security WG -**/threats.md @finos/ccc-wg-security -**/controls.md @finos/ccc-wg-security +**/threats.yaml @finos/ccc-wg-security +**/controls.yaml @finos/ccc-wg-security **/*.feature @finos/ccc-wg-security # ######## @@ -70,4 +71,4 @@ /docs/governance @finos/ccc-steerco @finos/ccc-wg-community-structure **/charter.md @finos/ccc-steerco # -######## \ No newline at end of file +########