From 5ca68c82afcdad0aa819a787970c373974ed79fb Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Thu, 26 Dec 2024 22:31:30 -0800 Subject: [PATCH] Update PR labeler congituration --- .github/labeler.yml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7968b1e55..3a2b1271e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,31 +1,33 @@ backend: - - changed-files: - - any-glob-to-any-file: - - backend/** - - all-globs-to-all-files: - - '!backend/apps/slack/**' + - all: + - changed-files: + - any-glob-to-any-file: + - 'backend/**' + - all-globs-to-all-files: + - '!backend/apps/slack/**' backend-tests: - - changed-files: - - any-glob-to-any-file: - - backend/tests/** - - all-globs-to-all-files: - - '!backend/tests/slack/**' + - all: + - changed-files: + - any-glob-to-any-file: + - 'backend/tests/**' + - all-globs-to-all-files: + - '!backend/tests/slack/**' ci: - changed-files: - any-glob-to-any-file: - - .github/workflows/** + - '.github/workflows/**' deploy: - changed-files: - any-glob-to-any-file: - - .github/ansible/** + - '.github/ansible/**' docker: - changed-files: - any-glob-to-any-file: - - docker-*.yaml + - 'docker-*.yaml' - '**/Dockerfile.*' documentation: @@ -36,12 +38,12 @@ documentation: frontend: - changed-files: - any-glob-to-any-file: - - frontend/** + - 'frontend/**' frontend-tests: - changed-files: - any-glob-to-any-file: - - frontend/__tests__/** + - 'frontend/__tests__/**' makefile: - changed-files: @@ -51,14 +53,14 @@ makefile: nestbot: - changed-files: - any-glob-to-any-file: - - backend/apps/slack/** + - 'backend/apps/slack/**' nestbot-tests: - changed-files: - any-glob-to-any-file: - - backend/tests/slack/** + - 'backend/tests/slack/**' nginx: - changed-files: - any-glob-to-any-file: - - nginx/** + - 'nginx/**'