This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new e1aa6be9c9 chore: remove `core/log` (#3881)
e1aa6be9c9 is described below

commit e1aa6be9c987198156a015cac0f7f0e57e1c524d
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Oct 12 16:41:49 2025 -0700

    chore: remove `core/log` (#3881)
    
    This folder is no longer needed.
    
    resolves #3879
    
    ---------
    
    Signed-off-by: Yicong Huang <[email protected]>
---
 .github/labeler.yml | 14 ++++++--------
 core/log/.gitkeep   |  1 -
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6e1db1d99c..3632e1ab25 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -20,12 +20,10 @@ frontend:
           - 'frontend/**'
 
 backend:
-  - all:
-      - changed-files:
-          - any-glob-to-any-file:
-              - 'core/**'
-          - all-globs-to-all-files:
-              - '!core/log/**'
+  - changed-files:
+      - any-glob-to-any-file:
+          - 'core/**'
+
 service:
   - changed-files:
       - any-glob-to-any-file:
@@ -76,8 +74,8 @@ ddl-change:
 
 feature:
   - head-branch:
-    - '^feat'
-    - 'feature'
+      - '^feat'
+      - 'feature'
 
 fix:
   - head-branch: '^fix'
diff --git a/core/log/.gitkeep b/core/log/.gitkeep
deleted file mode 100644
index 8b13789179..0000000000
--- a/core/log/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-

Reply via email to