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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f8bcf04 [AURON #1822] Add label for auron-spark-tests PRs (#1823)
1f8bcf04 is described below

commit 1f8bcf04c378efc43edc4f1757c497b32e26d948
Author: Shreyesh <[email protected]>
AuthorDate: Sat Jan 3 23:09:00 2026 -0800

    [AURON #1822] Add label for auron-spark-tests PRs (#1823)
    
    # Which issue does this PR close?
    Closes #1822
    
    # Rationale for this change
    Right now, changes related to auron-spark-tests do not have an
    associated github label.
    
    # What changes are included in this PR?
    Add new label for auron-spark-tests
    
    # Are there any user-facing changes?
    N/A. Dev-related changes
    
    # How was this patch tested?
    N/A
    
    Co-authored-by: sarangat_LinkedIn <[email protected]>
---
 .github/labeler.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index ae9f6e5b..ae67e637 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -58,6 +58,9 @@ spark:
 spark-ui:
   - "auron-spark-ui/**"
 
+spark-tests:
+  - "auron-spark-tests/**"
+
 flink:
   - "auron-flink-extension/**"
 

Reply via email to