diff --git a/.github/labeler.yml b/.github/labeler.yml index 5f651a574..91c93c8e7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,6 +6,6 @@ Internal: - changed-files: - any-glob-to-any-file: ['.*', 'codecov.yml', 'setup.cfg', 'setup.py', 'versioneer.py', '.github/*', '.circleci/*', 'phys2bids/_version.py', 'requirements.txt', 'pyproject.toml'] - Testing: - - changed-files: - - any-glob-to-any-file: ['phys2bids/tests/*', '.circleci/*'] +Testing: + - changed-files: + - any-glob-to-any-file: ['phys2bids/tests/*', '.circleci/*']