From 1769d39dbc651eb946c5a6a4fdb08dfd1ad5f24f Mon Sep 17 00:00:00 2001 From: F-G Fernandez <26927750+frgfm@users.noreply.github.com> Date: Sun, 23 Jun 2024 19:33:51 +0200 Subject: [PATCH] ci(labeler): update label rules --- .github/labeler.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ae95e19b1..6d69bf672 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -60,4 +60,10 @@ 'topic: build': - changed-files: - - any-glob-to-any-file: setup.py + - any-glob-to-any-file: + - setup.py + - pyproject.toml + +'topic: style': +- changed-files: + - any-glob-to-any-file: .pre-commit-config.yaml