diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 71b3e4deb..31fade06b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,12 +1,15 @@ ### REPOSITORY /.github/CODEOWNERS @sdushantha +./github/FUNDING.yml @sdushantha /LICENSE @sdushantha ### PACKAGING # Changes made to these items without code owner approval may negatively -# impact packaging pipelines. Code owners may need time to verify or adapt. +# impact packaging pipelines. /pyproject.toml @ppfeister @sdushantha ### REGRESSION +/.github/workflows/regression.yml @ppfeister /tox.ini @ppfeister +/pytest.ini @ppfeister /tests/ @ppfeister diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b21b31ed8..fa3cf449a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [ sdushantha, ppfeister ] \ No newline at end of file +github: [ sdushantha, ppfeister ] diff --git a/pytest.ini b/pytest.ini index e4bb93a38..11cfcf6eb 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] addopts = --strict-markers markers = - online: mark tests are requiring interest access. \ No newline at end of file + online: mark tests are requiring internet access. \ No newline at end of file