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'