From 6b60715fb7e59b984dbedbf307912aef118ff8b1 Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Tue, 2 Jan 2024 07:13:40 +0000 Subject: [PATCH] update labels to v5 --- .github/labeler.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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/**/*"]