From 87efe4c91d3d86b0f544d36ceaae0dc8be94f080 Mon Sep 17 00:00:00 2001 From: Alexis Abril Date: Fri, 29 Mar 2024 15:20:42 -0700 Subject: [PATCH] Update CODEOWNERS Adding @actions/starter-workflows to each category to minimize notification pollution. --- CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7580ac6..50abb26 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ -* @actions/advanced-security-code-scanning -* @actions/advanced-security-dependency-graph -* @actions/pages -* @actions/actions-workflow-development-reviewers -* @actions/starter-workflows +* @actions/actions-workflow-development-reviewers @actions/starter-workflows + +/code-scanning/ @actions/advanced-security-code-scanning @actions/actions-workflow-development-reviewers @actions/advanced-security-dependency-graph @actions/starter-workflows +/code-scanning/dependency-review.yml @actions/actions-workflow-development-reviewers @actions/advanced-security-dependency-graph @actions/starter-workflows +/pages/ @actions/pages @actions/actions-workflow-development-reviewers @actions/starter-workflows