From e7cca4ebde6c870603b50d08eae9cb520e48bbef Mon Sep 17 00:00:00 2001 From: Robert Pack Date: Thu, 9 Nov 2023 00:18:46 +0100 Subject: [PATCH] fix: use correct folder for auto assigned labels --- .github/workflows/dev_pr/labeler.yml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 71c240950f..e90f3296d5 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -1,11 +1,3 @@ -rust: - - delta-inspect/**/* - - proofs/**/* - - rust/**/* - -binding/python: - - python/**/* - ci: - .github/**.* @@ -16,17 +8,23 @@ documentation: - CONTRIBUTING.md - python/docs/**/* -storage/aws: - - aws/**/* - delta-inspect: - delta-inspect/**/* -binding/rust: - - rust/**/* - proofs: - proofs/**/* tlaplus: - tlaplus/**/* + +binding/python: + - python/**/* + +binding/rust: + - crates/**/* + +crate/core: + - crates/deltalake-core/**/* + +crate/sql: + - crates/deltalake-sql/**/*