From 434015943ec1e73faa5443260cf09a29dee00657 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Fri, 14 Jun 2024 09:18:31 +0930 Subject: [PATCH] Fix codeowners file (#32) The leading `*` (to say all files have this owner) was somehow lost during the migration to terraform managed files. --- terraform-plans/files/github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-plans/files/github/CODEOWNERS b/terraform-plans/files/github/CODEOWNERS index 81db44f..153ed37 100644 --- a/terraform-plans/files/github/CODEOWNERS +++ b/terraform-plans/files/github/CODEOWNERS @@ -7,4 +7,4 @@ # These owners will be the default owners for everything in the repo. Unless a # later match takes precedence, @canonical/soleng-reviewers will be requested for # review when someone opens a pull request. - @canonical/soleng-reviewers +* @canonical/soleng-reviewers