From b14841195312c194bb738c29963f52bc84184eae Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Mon, 28 Oct 2024 16:30:55 +0530 Subject: [PATCH] Update CODEOWNERS to track all files (#1284) 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 2ae1cb59d..9dedd2dca 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -@astronomer/astro-cosmos-admins @astronomer/astro-cosmos-codeowners @jbandoro @dwreeves +* @astronomer/astro-cosmos-admins @astronomer/oss-integrations @jbandoro @dwreeves