From b5deeac15c89aa30d41a5faa4f19aa25aa51fbc0 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Fri, 30 Aug 2024 08:53:56 +0000 Subject: [PATCH] adjust labeler to work with scraibe --- .github/auto_label_pr.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/auto_label_pr.yml b/.github/auto_label_pr.yml index fcd2186..95f2bd9 100644 --- a/.github/auto_label_pr.yml +++ b/.github/auto_label_pr.yml @@ -7,6 +7,8 @@ documentation: - 'docs/**' - 'README.md' - 'CHANGELOG.md' + - 'CONTRIBUTING.md' + - 'Makefile' # Label for Docker changes @@ -20,14 +22,14 @@ docker: release: - changed-files: - any-glob-to-any-file: - - 'src/**' + - 'scraibe/**' - 'pyproject.toml' - 'LICENCE' tests: - changed-files: - any-glob-to-any-file: - - 'tests/**' + - 'test/**' workflows: - changed-files: @@ -40,6 +42,14 @@ github: - any-glob-to-any-file: - '.gitignore' +dependencies: + - changed-files: + - any-glob-to-any-file: + - 'requirements.txt' + - 'environment.yml' + - 'pyproject.toml' + - head-branch: ['^dependencies', 'dependencies', '^dependency', 'dependency'] + feature: - head-branch: ['^feature', 'feature']