From c2907aa1fd0c8dd75613551ce60f73bde0f0be8f Mon Sep 17 00:00:00 2001 From: Adams Pierre David <57180807+adamspd@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:42:43 +0100 Subject: [PATCH] Trying fixing (#28) --- .github/labeler.yml | 76 ++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 02b5c13..e004661 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,63 +1,63 @@ documentation: -- changed-files: - - any-glob-to-any-file: - - "**/*.md" - - LICENSE - - "docs/**/*" - - "screenshots/**/*" + - changed-files: + - any-glob-to-any-file: + - "**/*.md" + - LICENSE + - "docs/**/*" + - "screenshots/**/*" dependencies: -- changed-files: - - any-glob-to-any-file: - - requirements.txt - - requirements-dev.txt + - changed-files: + - any-glob-to-any-file: + - requirements.txt + - requirements-dev.txt publishing: -- changed-files: - - any-glob-to-any-file: - - check_version.py - - setup.py - - MANIFEST.in - - setup.cfg + - changed-files: + - any-glob-to-any-file: + - check_version.py + - setup.py + - MANIFEST.in + - setup.cfg github-actions: -- changed-files: - - any-glob-to-any-file: - - ".github/**/*" + - changed-files: + - any-glob-to-any-file: + - ".github/**/*" tests: -- changed-files: - - any-glob-to-any-file: - - "spam_detector_ai/test_and_tuning/**/*" + - changed-files: + - any-glob-to-any-file: + - "spam_detector_ai/test_and_tuning/**/*" models: -- changed-files: - - any-glob-to-any-file: - - "spam_detector_ai/models/**/*" + - changed-files: + - any-glob-to-any-file: + - "spam_detector_ai/models/**/*" training: -- changed-files: - - any-glob-to-any-file: - - "spam_detector_ai/training/**/*" - - "spam_detector_ai/data/**/*" - - "spam_detector_ai/classifiers/**/*" - - "spam_detector_ai/prediction/**/*" - - "spam_detector_ai/loading_and_processing/**/*" + - changed-files: + - any-glob-to-any-file: + - "spam_detector_ai/training/**/*" + - "spam_detector_ai/data/**/*" + - "spam_detector_ai/classifiers/**/*" + - "spam_detector_ai/prediction/**/*" + - "spam_detector_ai/loading_and_processing/**/*" feature: -- head-branch: ['^feature', 'feature'] + - head-branch: [ '^feature', 'feature' ] bug: -- head-branch: ['^bug', 'bug'] + - head-branch: [ '^bug', 'bug' ] fix: -- head-branch: ['^fix', 'fix'] + - head-branch: [ '^fix', 'fix' ] bugfix: -- head-branch: ['^bugfix', 'bugfix'] + - head-branch: [ '^bugfix', 'bugfix' ] chore: -- head-branch: ['^chore', 'chore'] + - head-branch: [ '^chore', 'chore' ] maintenance: -- head-branch: ['^maintenance', 'maintenance'] \ No newline at end of file + - head-branch: [ '^maintenance', 'maintenance' ] \ No newline at end of file