From a6fbd5a2e22c6e9bfb4bd969aaf52f8f51287c43 Mon Sep 17 00:00:00 2001 From: Matt McQuillan Date: Wed, 20 Nov 2024 16:23:47 -0500 Subject: [PATCH] add default for codeowners file (#24517) --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 73cfb9f9e..e34c852e3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,3 +2,6 @@ /.release/ @hashicorp/github-nomad-core @hashicorp/nomad-eng /.github/workflows/build.yml @hashicorp/github-nomad-core @hashicorp/nomad-eng + +# codeowner default +* @hashicorp/github-nomad-core @hashicorp/nomad-eng