From 6144adff0d214d307c6bd9532a396de10bb4a534 Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:20:53 +0100 Subject: [PATCH] correct indentation --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/*']