From ad68ffafdcea0fa69bee138099c603a21db1644b Mon Sep 17 00:00:00 2001 From: Falcion <57592842+Falcion@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:18:53 +0300 Subject: [PATCH] fix(labeler-ci): fix labeler workflow app in the repository, closes #213 --- .github/labeler.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index fd30051..f9d6c69 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,21 @@ # Add 'code-scanning' label to any changes within 'code-scanning' folder or any subfolders -code-scanning: - - code-scanning/**/* +# code-scanning: +# - code-scanning/**/* +documentation: + - 'docs/**/*' +automation/ci-cd: + - '.github/workflows/**/*' + - '.github/*.yml' +automation/tooling: + - 'kubernetes/**/*' +dependencies: + - '**/package*' + - '**/composer*' + - '**/yarn*' + - '**/requirements' +main: + - 'source/**/*' +python: + - '**/*.py' +release: + - 'release/**/*'