From 9081a3b337f77fda2fd617355a4378369270bb1b Mon Sep 17 00:00:00 2001 From: mouhcine narhmouche Date: Thu, 5 Dec 2024 11:48:36 +0100 Subject: [PATCH 1/2] Add code owners [skip ci] Add code owners --- .github/workflows/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 0000000..f174057 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1,3 @@ +# This file is for defining the code owners for the repository. +# See https://help.github.com/articles/about-code-owners/ for more information. +* @Ostorlab/python-readability \ No newline at end of file From d88a6e7f84c165b0a244088d72bcd135ce359be0 Mon Sep 17 00:00:00 2001 From: mouhcine narhmouche Date: Thu, 5 Dec 2024 11:51:09 +0100 Subject: [PATCH 2/2] Rename .github/workflows/CODEOWNERS to .github/CODEOWNERS --- .github/{workflows => }/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows => }/CODEOWNERS (82%) diff --git a/.github/workflows/CODEOWNERS b/.github/CODEOWNERS similarity index 82% rename from .github/workflows/CODEOWNERS rename to .github/CODEOWNERS index f174057..9e2542a 100644 --- a/.github/workflows/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # This file is for defining the code owners for the repository. # See https://help.github.com/articles/about-code-owners/ for more information. -* @Ostorlab/python-readability \ No newline at end of file +* @Ostorlab/python-readability