From 10ea948abb99a24bf2fdda5ee2abf16180e46a94 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 25 Oct 2024 17:40:40 +0530 Subject: [PATCH 1/2] Update CODEOWNERS to track all files The first argument in the CODEOWNERS file tells what all files to monitor for changes. Since, we din't specify any file, the code review requests are not getting sent. Specifying the wild card asterisk tells it to monitor for all files in the repo & accordingly work for the CODEOWNERS features such as sending review requests to the CODEOWNERS upon opening pull requests. --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 96d14f1..fb56a6f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -@oss-integrations +* @oss-integrations From fe2626a1d2d3bf090d7ecab4ef7afdbb7b352e1c Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Mon, 28 Oct 2024 15:42:16 +0530 Subject: [PATCH 2/2] Update CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index fb56a6f..b716977 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @oss-integrations +* @astronomer/oss-integrations