terraform/CODEOWNERS
Line: 6: incorrect codeowner organization: hashicorp/terraform-core Line: 6: no users/groups matched Line: 16: incorrect codeowner organization: hashicorp/terraform-core Line: 16: incorrect codeowner organization: hashicorp/terraform-azure Line: 16: no users/groups matched Line: 19: incorrect codeowner organization: hashicorp/terraform-core Line: 19: incorrect codeowner organization: hashicorp/tf-eco-hybrid-cloud Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: hashicorp/terraform-core Line: 20: no users/groups matched Line: 23: incorrect codeowner organization: hashicorp/terraform-core Line: 23: incorrect codeowner organization: hashicorp/terraform-aws Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: hashicorp/terraform-core Line: 24: incorrect codeowner organization: hashicorp/tf-eco-hybrid-cloud Line: 24: no users/groups matched Line: 27: incorrect codeowner organization: hashicorp/terraform-core Line: 27: incorrect codeowner organization: hashicorp/tf-core-cloud Line: 27: no users/groups matched Line: 28: incorrect codeowner organization: hashicorp/terraform-core Line: 28: incorrect codeowner organization: hashicorp/tf-core-cloud Line: 28: no users/groups matched Line: 31: incorrect codeowner organization: hashicorp/terraform-core Line: 31: no users/groups matched Line: 32: incorrect codeowner organization: hashicorp/terraform-core Line: 32: no users/groups matched Line: 33: incorrect codeowner organization: hashicorp/terraform-core Line: 33: no users/groups matched Line: 37: incorrect codeowner organization: hashicorp/web-presence Line: 37: incorrect codeowner organization: hashicorp/terraform-core Line: 37: no users/groups matched Line: 38: incorrect format Line: 39: incorrect format Line: 40: incorrect format Line: 44: incorrect codeowner organization: hashicorp/terraform-education Line: 44: incorrect codeowner organization: hashicorp/terraform-core Line: 44: no users/groups matched Line: 45: incorrect codeowner organization: hashicorp/terraform-education Line: 45: incorrect codeowner organization: hashicorp/terraform-core Line: 45: no users/groups matched Line: 46: incorrect codeowner organization: hashicorp/terraform-education Line: 46: incorrect codeowner organization: hashicorp/terraform-core Line: 46: no users/groups matched Line: 47: incorrect codeowner organization: hashicorp/terraform-education Line: 47: incorrect codeowner organization: hashicorp/terraform-core Line: 47: no users/groups matched Line: 48: incorrect codeowner organization: hashicorp/terraform-education Line: 48: incorrect codeowner organization: hashicorp/terraform-core Line: 48: no users/groups matched Line: 49: incorrect codeowner organization: hashicorp/terraform-education Line: 49: incorrect codeowner organization: hashicorp/terraform-core Line: 49: no users/groups matched Line: 52: incorrect codeowner organization: hashicorp/terraform-education Line: 52: incorrect codeowner organization: hashicorp/terraform-core Line: 52: incorrect codeowner organization: hashicorp/terraform-azure Line: 52: no users/groups matched Line: 53: incorrect codeowner organization: hashicorp/terraform-education Line: 53: incorrect codeowner organization: hashicorp/terraform-core Line: 53: incorrect codeowner organization: hashicorp/tf-eco-hybrid-cloud Line: 53: no users/groups matched Line: 54: incorrect codeowner organization: hashicorp/terraform-education Line: 54: incorrect codeowner organization: hashicorp/terraform-core Line: 54: incorrect codeowner organization: hashicorp/tf-eco-hybrid-cloud Line: 54: no users/groups matched Line: 55: incorrect codeowner organization: hashicorp/terraform-education Line: 55: incorrect codeowner organization: hashicorp/terraform-core Line: 55: incorrect codeowner organization: hashicorp/terraform-aws Line: 55: no users/groups matched
Radek Simko c161997dbf
CODEOWNERS: Set tf-core-cloud as owner of Cloud backend (#36876)
* CODEOWNERS: Set tf-core-cloud as owner of Cloud backend

* add Core team as co-owner
2025-04-15 10:47:13 +01:00

55 lines
3.3 KiB
Text

# Each line is a file pattern followed by one or more owners.
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# The rules are evaluated in order, if a file matches multiple patterns, the last match "wins".
# We want to have a default rule for all files
* @hashicorp/terraform-core
# Entries that are commented out have maintainers that are not in the
# HashiCorp organization and so cannot be automatically added as reviewers.
#
# We retain those as documentation of who agreed to maintain, but they
# cannot be used automatically by GitHub's pull request workflow and would
# make GitHub consider this file invalid if not commented.
# Remote-state backend # Maintainer
/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/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-core @hashicorp/terraform-aws
/internal/backend/remote-state/kubernetes @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
# Cloud backend
/internal/backend/remote @hashicorp/terraform-core @hashicorp/tf-core-cloud
/internal/cloud @hashicorp/terraform-core @hashicorp/tf-core-cloud
# Provisioners
builtin/provisioners/file @hashicorp/terraform-core
builtin/provisioners/local-exec @hashicorp/terraform-core
builtin/provisioners/remote-exec @hashicorp/terraform-core
# engineering and web presence get notified of, and can approve changes to web tooling, but not content at developer.hashicorp.com/terraform/docs
/website/ @hashicorp/web-presence @hashicorp/terraform-core
/website/data/
/website/public/
/website/content/
# education and engineering get notified of, and can approve changes to web content at developer.hashicorp.com/terraform/docs
/website/data/ @hashicorp/terraform-education @hashicorp/terraform-core
/website/docs/ @hashicorp/terraform-education @hashicorp/terraform-core
/website/img/ @hashicorp/terraform-education @hashicorp/terraform-core
/website/README.md @hashicorp/terraform-education @hashicorp/terraform-core
/website/public/ @hashicorp/terraform-education @hashicorp/terraform-core
/website/content/ @hashicorp/terraform-education @hashicorp/terraform-core
# Backend maintainers also get co-ownership of their backend docs pages
/website/docs/language/backend/azurerm.mdx @hashicorp/terraform-education @hashicorp/terraform-core @hashicorp/terraform-azure
/website/docs/language/backend/gcs.mdx @hashicorp/terraform-education @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
/website/docs/language/backend/kubernetes.mdx @hashicorp/terraform-education @hashicorp/terraform-core @hashicorp/tf-eco-hybrid-cloud
/website/docs/language/backend/s3.mdx @hashicorp/terraform-education @hashicorp/terraform-core @hashicorp/terraform-aws