From 425028d3c6d2d5ee2ab222424f73f297616a46ac Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Tue, 2 Jan 2024 07:21:13 +0000 Subject: [PATCH] update labeler --- .github/labeler.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8913f2a..811e539 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,18 +1,18 @@ Infrastructure: - - changed-files: - - any-glob-to-any-file: [ - ".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: - - changed-files: - - any-glob-to-any-file: [".github/**/*"] +- changed-files: + - any-glob-to-any-file: [".github/**/*"] Docs: - - changed-files: - - any-glob-to-any-file: ["docs/**/*"] +- changed-files: + - any-glob-to-any-file: ["docs/**/*"]