From a946560094ed9d5205dace5fb557f158251fe5d7 Mon Sep 17 00:00:00 2001 From: Eric Turgeon <4249848+ericbsd@users.noreply.github.com> Date: Sun, 19 Mar 2023 10:08:17 -0300 Subject: [PATCH 1/2] Update install.py --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 5d0d8e8..4a42099 100644 --- a/install.py +++ b/install.py @@ -1,6 +1,6 @@ #!/usr/bin/env python import os -packages = 'py38-requests py38-pytest' +packages = 'py39-requests py39-pytest' os.system(f'pkg install -y {packages}') From 1585020386aba593be45b6feb7148acbf5a595c5 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Mon, 20 Mar 2023 20:38:31 -0300 Subject: [PATCH 2/2] Adding CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fee321e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +# * @global-owner1 @global-owner2 \ No newline at end of file