Remove core ownership, because don't want to default request review on all PRs
This commit is contained in:
parent
a0e6a83931
commit
64aec0bb51
|
@ -1,9 +1,6 @@
|
||||||
# Each line is a file pattern followed by one or more owners.
|
# 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
|
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||||
|
|
||||||
# Terraform Core default ownership
|
|
||||||
* @hashicorp/terraform-core
|
|
||||||
|
|
||||||
# Remote-state backends
|
# Remote-state backends
|
||||||
/backend/remote-state/azure @hashicorp/terraform-azure
|
/backend/remote-state/azure @hashicorp/terraform-azure
|
||||||
/backend/remote-state/gcs @hashicorp/terraform-google
|
/backend/remote-state/gcs @hashicorp/terraform-google
|
||||||
|
|
Loading…
Reference in New Issue