From a019b54fe6a4e890a48a24ece3acafbf2402fcef Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 16 Sep 2019 04:00:25 +0200 Subject: [PATCH] docs: specify labels that apply to each area If this work as intended PR will automatically get the area labels depending on the files he modified. In case the user wants it can still apply other areas manually, by slash command, or editing the PR template during the opening of the PR. Signed-off-by: Leonardo Di Donato --- docker/OWNERS | 2 ++ examples/OWNERS | 2 ++ integrations/OWNERS | 2 ++ rules/OWNERS | 2 ++ test/OWNERS | 2 ++ tests/OWNERS | 2 ++ userspace/engine/OWNERS | 2 ++ 7 files changed, 14 insertions(+) create mode 100644 docker/OWNERS create mode 100644 examples/OWNERS create mode 100644 integrations/OWNERS create mode 100644 test/OWNERS create mode 100644 tests/OWNERS create mode 100644 userspace/engine/OWNERS diff --git a/docker/OWNERS b/docker/OWNERS new file mode 100644 index 00000000..687f4912 --- /dev/null +++ b/docker/OWNERS @@ -0,0 +1,2 @@ +labels: + - area/integration \ No newline at end of file diff --git a/examples/OWNERS b/examples/OWNERS new file mode 100644 index 00000000..9bee57e4 --- /dev/null +++ b/examples/OWNERS @@ -0,0 +1,2 @@ +labels: + - area/examples \ No newline at end of file diff --git a/integrations/OWNERS b/integrations/OWNERS new file mode 100644 index 00000000..687f4912 --- /dev/null +++ b/integrations/OWNERS @@ -0,0 +1,2 @@ +labels: + - area/integration \ No newline at end of file diff --git a/rules/OWNERS b/rules/OWNERS index ceb8db31..4a220f7e 100644 --- a/rules/OWNERS +++ b/rules/OWNERS @@ -7,4 +7,6 @@ reviewers: - mfdii - kaizhe - mstemm +labels: + - area/rules diff --git a/test/OWNERS b/test/OWNERS new file mode 100644 index 00000000..15a5ddca --- /dev/null +++ b/test/OWNERS @@ -0,0 +1,2 @@ +labels: + - area/tests \ No newline at end of file diff --git a/tests/OWNERS b/tests/OWNERS new file mode 100644 index 00000000..15a5ddca --- /dev/null +++ b/tests/OWNERS @@ -0,0 +1,2 @@ +labels: + - area/tests \ No newline at end of file diff --git a/userspace/engine/OWNERS b/userspace/engine/OWNERS new file mode 100644 index 00000000..61a33e41 --- /dev/null +++ b/userspace/engine/OWNERS @@ -0,0 +1,2 @@ +labels: + - area/engine \ No newline at end of file