From 3ff3e6f734eb1ca63670cfdee8762192b79b13d1 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:20:17 -0500 Subject: [PATCH] label changes to CI-related files --- .github/labeler.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c88b1a7..ef5459f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,13 +8,13 @@ # Uncomment the following lines to enable the labeler (requires labels with the same name to exist in the repository) # label 'ci' all automation-related steps and files -#'CI': -# - changed-files: -# - any-glob-to-any-file: -# - '.editorconfig' -# - '.flake8' -# - '.pre-commit-config.yaml' -# - '.yamllint.yml' -# - '.github/workflows/*' -# - 'tox.ini' -# - 'Makefile' +'CI': + - changed-files: + - any-glob-to-any-file: + - '.editorconfig' + - '.flake8' + - '.pre-commit-config.yaml' + - '.yamllint.yml' + - '.github/workflows/*' + - 'tox.ini' + - 'Makefile'