From 88e6854a9cc4d71846c1ec2bf9675cf0c70b1d74 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Fri, 8 May 2026 16:35:31 -0400 Subject: [PATCH] Add mergegate check to require all files have a codeowner Note that the codeowner *can* be nobody, so long as it is explicitly so (e.g. as we have for generated cassettes in this project). --- .repository.datadog.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .repository.datadog.yaml diff --git a/.repository.datadog.yaml b/.repository.datadog.yaml new file mode 100644 index 0000000000..4f87fc547d --- /dev/null +++ b/.repository.datadog.yaml @@ -0,0 +1,4 @@ +schema-version: v1 +kind: mergegate +rules: + - require: all-files-are-owned