diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..02d74750 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,16 @@ +# Configuration for actions/labeler@v4 used by .github/workflows/labeler.yml +# v4 expects a flat list of globs per label, not the v5+ changed-files syntax. + +documentation: + - 'docs/**' + - '**/*.md' + +github_actions: + - '.github/**' + +python: + - '**/*.py' + +dependencies: + - 'pyproject.toml' + - 'requirements*.txt'