From 77f46ca01337b9791ed367b371c0a6812a200af3 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 10 Dec 2024 15:06:14 -0500 Subject: [PATCH] Fix formatting of CODEOWNERS (#3957) The path must be present on each line in CODEOWNERS. According to [GitHub docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners): > Each line is a file pattern followed by one or more owners. Signed-off-by: Cody Soyland --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index e765bb242cd..ff57bde6131 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ -@sigstore/cosign-codeowners +* @sigstore/cosign-codeowners # The CODEOWNERS are managed via a GitHub team, but the current list is (in alphabetical order):