From dbfc1bb68f5f0d8d2291797a41ca8f0a8600783a Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 3 Nov 2024 21:22:34 +0000 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0c9b1838..057772a5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,23 +1,31 @@ repo: - - '*' +- changed-files: + - any-glob-to-any-file: '*' github: - - .github/**/* +- changed-files: + - any-glob-to-any-file: '.github/**/*' application: - - application/**/* +- changed-files: + - any-glob-to-any-file: 'application/**/*' docs: - - docs/**/* +- changed-files: + - any-glob-to-any-file: 'docs/**/*' extensions: - - extensions/**/* +- changed-files: + - any-glob-to-any-file: 'extensions/**/*' frontend: - - frontend/**/* +- changed-files: + - any-glob-to-any-file: 'frontend/**/*' scripts: - - scripts/**/* +- changed-files: + - any-glob-to-any-file: 'scripts/**/*' tests: - - tests/**/* +- changed-files: + - any-glob-to-any-file: 'tests/**/*'