Skip to content

Commit

Permalink
Test (#50)
Browse files Browse the repository at this point in the history
* Test

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml
  • Loading branch information
Schrodinger71 authored Jan 17, 2025
1 parent 2c43226 commit 51f3424
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
64 changes: 31 additions & 33 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/'
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ requests==2.32.3
mariadb==1.1.11
mysql-connector-python==9.1.0
python-dateutil==2.9.0



0 comments on commit 51f3424

Please sign in to comment.