diff --git a/.github/labeler.yml b/.github/labeler.yml index 25271e5..8913f2a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,18 @@ -# Infrastructure Labels Infrastructure: - - .github/**/* - - .pre-commit-config.yaml - - .readthedocs.yml - - .gitignore - - pyproject.toml - - setup.cfg + - changed-files: + - any-glob-to-any-file: [ + ".github/**/*", + ".pre-commit-config.yaml", + ".readthedocs.yml", + ".gitignore", + "pyproject.toml", + "setup.cfg" + ] GitHub: - - .github/**/* + - changed-files: + - any-glob-to-any-file: [".github/**/*"] -# Docs Labels Docs: - - docs/**/* + - changed-files: + - any-glob-to-any-file: ["docs/**/*"]