From 755ce415c9f19db355d438ac131cbba045353188 Mon Sep 17 00:00:00 2001 From: Jirka Date: Sun, 15 Oct 2023 17:07:49 +0200 Subject: [PATCH] update/extend labeler --- .github/labeler-config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/labeler-config.yml b/.github/labeler-config.yml index 0f9ad1bf..80f2b7e9 100644 --- a/.github/labeler-config.yml +++ b/.github/labeler-config.yml @@ -6,3 +6,21 @@ ci/cd: - .github/actions/**/* - .github/scripts/* - .github/workflows/* + - .pre-commit-config.yaml + +package: + - src/**/* + - MANIFEST.in + - pyproject.toml + - setup.py + +documentation: + - docs/**/* + - requirements/_docs.txt + +tests: + - tests/**/* + - requirements/_tests.txt + +dependencies: + - requirements/*