From 31c9c1e17b99814a19006c568d8d7e81cd6af997 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:48:38 +0100 Subject: [PATCH 1/3] Update avmrequiredfiles.yml --- .github/policies/avmrequiredfiles.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/policies/avmrequiredfiles.yml b/.github/policies/avmrequiredfiles.yml index 1471590..70afa4f 100644 --- a/.github/policies/avmrequiredfiles.yml +++ b/.github/policies/avmrequiredfiles.yml @@ -12,9 +12,13 @@ configuration: repository. A pull request has been opened to add the missing files. When the pr is merged this issue will be closed automatically. - prTitle: Adding AVM mandatory file(s) to this repo + prTitle: feat: add AVM mandatory file(s) to this repo prBody: | - This repository needs the standard workflow files to ensure compliance. + This repository needs the standard workflow and policy files to ensure compliance. file: - path: .github/workflows/version-check.yml prContentLink: https://raw.githubusercontent.com/Azure/terraform-azurerm-avm-template/main/.github/workflows/version-check.yml + - path: .github/policies/avmrequiredfiles.yml + prContentLink: https://raw.githubusercontent.com/Azure/terraform-azurerm-avm-template/main/.github/policies/avmrequiredfiles.yml + - path: .github/policies/branchprotection.yml + prContentLink: https://raw.githubusercontent.com/Azure/terraform-azurerm-avm-template/main/.github/policies/branchprotection.yml From 7b446ca715e208364227b5b3cacb4c4c1e5d8715 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:49:32 +0100 Subject: [PATCH 2/3] Update avmrequiredfiles.yml --- .github/policies/avmrequiredfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/avmrequiredfiles.yml b/.github/policies/avmrequiredfiles.yml index 70afa4f..b51b168 100644 --- a/.github/policies/avmrequiredfiles.yml +++ b/.github/policies/avmrequiredfiles.yml @@ -12,7 +12,7 @@ configuration: repository. A pull request has been opened to add the missing files. When the pr is merged this issue will be closed automatically. - prTitle: feat: add AVM mandatory file(s) to this repo + prTitle: 'feat: add AVM mandatory file(s) to this repo' prBody: | This repository needs the standard workflow and policy files to ensure compliance. file: From e9f2d21887ca4174c51597fb782c38329528c640 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:51:58 +0100 Subject: [PATCH 3/3] Update CODEOWNERS --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b80cdd8..410d2d7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,3 @@ .github/policies/ @Azure/avm-admins @Azure/avm-core-team-technical .github/workflows/version-check.yml @Azure/avm-admins @Azure/avm-core-team-technical .github/CODEOWNERS @Azure/avm-admins @Azure/avm-core-team-technical - -# No ownership for the rest of the files -*