From c81e74794702122b5f54781278bd9348e94d2fb3 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 12 May 2024 22:27:19 +1200 Subject: [PATCH] Automate labels for tools pull requests. Signed-off-by: James Blair --- .github/workflows/OWNERS | 4 ++++ tools/OWNERS | 4 ++++ tools/benchmark/OWNERS | 4 ++++ tools/etcd-dump-db/OWNERS | 4 ++++ tools/etcd-dump-logs/OWNERS | 4 ++++ tools/etcd-dump-metrics/OWNERS | 4 ++++ tools/local-tester/OWNERS | 4 ++++ tools/rw-heatmaps/OWNERS | 4 ++++ tools/testgrid-analysis/OWNERS | 4 ++++ 9 files changed, 36 insertions(+) create mode 100644 .github/workflows/OWNERS create mode 100644 tools/OWNERS create mode 100644 tools/benchmark/OWNERS create mode 100644 tools/etcd-dump-db/OWNERS create mode 100644 tools/etcd-dump-logs/OWNERS create mode 100644 tools/etcd-dump-metrics/OWNERS create mode 100644 tools/local-tester/OWNERS create mode 100644 tools/rw-heatmaps/OWNERS create mode 100644 tools/testgrid-analysis/OWNERS diff --git a/.github/workflows/OWNERS b/.github/workflows/OWNERS new file mode 100644 index 000000000..0dbba06bb --- /dev/null +++ b/.github/workflows/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - github_actions diff --git a/tools/OWNERS b/tools/OWNERS new file mode 100644 index 000000000..a7d609123 --- /dev/null +++ b/tools/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/tooling diff --git a/tools/benchmark/OWNERS b/tools/benchmark/OWNERS new file mode 100644 index 000000000..aaec68c41 --- /dev/null +++ b/tools/benchmark/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/performance diff --git a/tools/etcd-dump-db/OWNERS b/tools/etcd-dump-db/OWNERS new file mode 100644 index 000000000..3e371da7b --- /dev/null +++ b/tools/etcd-dump-db/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/debugging diff --git a/tools/etcd-dump-logs/OWNERS b/tools/etcd-dump-logs/OWNERS new file mode 100644 index 000000000..3e371da7b --- /dev/null +++ b/tools/etcd-dump-logs/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/debugging diff --git a/tools/etcd-dump-metrics/OWNERS b/tools/etcd-dump-metrics/OWNERS new file mode 100644 index 000000000..c299e9b51 --- /dev/null +++ b/tools/etcd-dump-metrics/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/observability diff --git a/tools/local-tester/OWNERS b/tools/local-tester/OWNERS new file mode 100644 index 000000000..365ae7b38 --- /dev/null +++ b/tools/local-tester/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/testing diff --git a/tools/rw-heatmaps/OWNERS b/tools/rw-heatmaps/OWNERS new file mode 100644 index 000000000..aaec68c41 --- /dev/null +++ b/tools/rw-heatmaps/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/performance diff --git a/tools/testgrid-analysis/OWNERS b/tools/testgrid-analysis/OWNERS new file mode 100644 index 000000000..365ae7b38 --- /dev/null +++ b/tools/testgrid-analysis/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - area/testing