From bdd346db272e820f7de6f0dd4b8bb35a5496d9d5 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Thu, 22 Dec 2022 21:03:02 +0530 Subject: [PATCH] fix(ci): add labels based on more folders (#6840) --- .github/pr-labeler-config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pr-labeler-config.yml b/.github/pr-labeler-config.yml index 314d10d0e6..2625cb1cfd 100644 --- a/.github/pr-labeler-config.yml +++ b/.github/pr-labeler-config.yml @@ -1,9 +1,13 @@ ingestion: - "metadata-ingestion/**/*" + - "metadata-ingestion-modules/**/*" + - "metadata-integration/**/*" devops: - "docker/**/*" - ".github/**/*" + - "perf-test/**/*" + - "metadata-service/**/*" product: - "datahub-web-react/**/*"