Skip to content

Commit

Permalink
github: Update CODEOWNERS
Browse files Browse the repository at this point in the history
I met with @mdeggies' taskforce today and we figured out that if we want the Core team to still be able to approve & merge PRs that affect the backends without having approvals be _required_ from the provider teams is to add our team as CODEOWNERS of these specific directories as well.
  • Loading branch information
xiehan authored Nov 13, 2024
1 parent f8cb25a commit 4be1002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
# make GitHub consider this file invalid if not commented.

# Remote-state backend # Maintainer
/internal/backend/remote-state/azure @hashicorp/terraform-azure
/internal/backend/remote-state/azure @hashicorp/terraform-core @hashicorp/terraform-azure
#/internal/backend/remote-state/consul Unmaintained
#/internal/backend/remote-state/cos @likexian
/internal/backend/remote-state/gcs @hashicorp/tf-eco-hybrid-cloud
/internal/backend/remote-state/gcs @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
/internal/backend/remote-state/http @hashicorp/terraform-core
#/internal/backend/remote-state/oss @xiaozhu36
#/internal/backend/remote-state/pg @remilapeyre
/internal/backend/remote-state/s3 @hashicorp/terraform-aws
/internal/backend/remote-state/kubernetes @hashicorp/tf-eco-hybrid-cloud
/internal/backend/remote-state/s3 @hashicorp/terraform-core @hashicorp/terraform-aws
/internal/backend/remote-state/kubernetes @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud

# Provisioners
builtin/provisioners/file @hashicorp/terraform-core
Expand Down

0 comments on commit 4be1002

Please sign in to comment.