From de44f8d4931152746a3abec6a60cd9e8194db965 Mon Sep 17 00:00:00 2001 From: rkoron007 Date: Thu, 6 Feb 2025 10:36:55 -0800 Subject: [PATCH 1/3] Add a codeowners file and see what happens --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000000..dbdc671bacb --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# engineering and web presence get notified of, and can approve changes to web tooling, but not content. + +/website/ @hashicorp/web-presence @hashicorp/terraform-devex +/website/data/ +/website/public/ +/website/content/ + +# education and engineering get notified of, and can approve changes to web content. + +/website/data/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex +/website/content/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex +/website/public/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex +/website/README.md @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex +/website/redirects.js @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex From 4642f060c5556bdfe56abc94ca18e8d2b8685a7a Mon Sep 17 00:00:00 2001 From: rkoron007 Date: Thu, 6 Feb 2025 15:48:32 -0800 Subject: [PATCH 2/3] Need to put in correct folder --- CODEOWNERS => .github/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS From c11d8c4e03c9afa17e42b7070cf2e047e7a297fb Mon Sep 17 00:00:00 2001 From: rkoron007 Date: Thu, 6 Feb 2025 15:51:37 -0800 Subject: [PATCH 3/3] Add right github team --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dbdc671bacb..9608855c8a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,14 @@ # engineering and web presence get notified of, and can approve changes to web tooling, but not content. -/website/ @hashicorp/web-presence @hashicorp/terraform-devex +/website/ @hashicorp/web-presence @hashicorp/Vagrant /website/data/ /website/public/ /website/content/ # education and engineering get notified of, and can approve changes to web content. -/website/data/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex -/website/content/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex -/website/public/ @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex -/website/README.md @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex -/website/redirects.js @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-devex +/website/data/ @hashicorp/team-docs-packer-and-terraform @hashicorp/Vagrant +/website/content/ @hashicorp/team-docs-packer-and-terraform @hashicorp/Vagrant +/website/public/ @hashicorp/team-docs-packer-and-terraform @hashicorp/Vagrant +/website/README.md @hashicorp/team-docs-packer-and-terraform @hashicorp/Vagrant +/website/redirects.js @hashicorp/team-docs-packer-and-terraform @hashicorp/Vagrant