From 51f3424466034bd0ba2e24c6e5089c7b898ac779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schr=C3=B6dinger?= <132720404+Schrodinger71@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:13:24 +0300 Subject: [PATCH] Test (#50) * Test * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml --- .github/labeler.yml | 64 ++++++++++++++++++++++----------------------- requirements.txt | 3 +++ 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a30c81a..fac8eb6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,48 +1,46 @@ "Changes: Python": - - changed-files: - - any-glob-to-any-file: - - '**/*.py' +- changed-files: + - any-glob-to-any-file: '**/*.py' "Changes: Documentation": - - changed-files: - - any-glob-to-any-file: - - '**/*.md' - - '**/*.rst' - - '**/*.txt' +- changed-files: + - any-glob-to-any-file: + - '**/*.md' + - '**/*.rst' + - '**/*.txt' "Changes: Tests": - - changed-files: - - any-glob-to-any-file: - - '/tests/**/*.py' - - '**/test_*.py' +- changed-files: + - any-glob-to-any-file: + - '/tests/**/*.py' + - '**/test_*.py' "Changes: Requirements": - - changed-files: - - any-glob-to-any-file: - - '**/requirements.txt' - - '**/Pipfile' - - '**/Pipfile.lock' +- changed-files: + - any-glob-to-any-file: + - '**/requirements.txt' + - '**/Pipfile' + - '**/Pipfile.lock' "Changes: Config": - - changed-files: - - any-glob-to-any-file: - - '**/*.yaml' - - '**/*.yml' - - '**/*.ini' - - '**/*.json' +- changed-files: + - any-glob-to-any-file: + - '**/*.yaml' + - '**/*.yml' + - '**/*.ini' + - '**/*.json' "Changes: Docs Generator": - - changed-files: - - any-glob-to-any-file: - - '**/*.rst' - - '**/*.md' # TODO: возможно ещё добавить +- changed-files: + - any-glob-to-any-file: + - '**/*.rst' + - '**/*.md' "Changes: No Python": - - changed-files: - - any-glob-to-any-file: - - '!**/*.py' +- changed-files: + - any-glob-to-any-file: "!**/*.py" "Changes: GitHub": - - changed-files: - - any-glob-to-any-file: - - '/.github/' +- changed-files: + - any-glob-to-any-file: + - '/.github/' diff --git a/requirements.txt b/requirements.txt index 45777de..db9c037 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,6 @@ requests==2.32.3 mariadb==1.1.11 mysql-connector-python==9.1.0 python-dateutil==2.9.0 + + +