From ee762a85b4eeef4662e2d653f1475f6c9702521a Mon Sep 17 00:00:00 2001 From: Or Sagie Date: Tue, 28 Mar 2023 14:57:19 +0300 Subject: [PATCH 1/2] chore: update codeowners to os-mananged --- .github/CODEOWNERS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 253a123..49ac410 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1 @@ -# This is a comment. -# Each line is a file pattern followed by one or more owners. - -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# @boost will be requested for -# review when someone opens a pull request. -* @snyk/tardis +@snyk/os-managed From 0e58dbd2519bf2c77330d776b852c720c9359b3a Mon Sep 17 00:00:00 2001 From: Or Sagie Date: Tue, 28 Mar 2023 14:59:36 +0300 Subject: [PATCH 2/2] fix: star --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 49ac410..bc4ad40 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -@snyk/os-managed +* @snyk/os-managed