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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new fe6e74e  [SPARK-47889][FOLLOWUP] Add `gradlew` to `.licenserc.yaml`
fe6e74e is described below

commit fe6e74ee9005f6b2a275fd92583713ebca3159a5
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Thu Apr 18 09:34:14 2024 -0700

    [SPARK-47889][FOLLOWUP] Add `gradlew` to `.licenserc.yaml`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `gradlew` to `.licenserc.yaml` as a follow-up of
    - #4
    
    ### Why are the changes needed?
    
    To recover CI.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No,
    
    Closes #5 from dongjoon-hyun/SPARK-47889.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 .github/.licenserc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/.licenserc.yaml b/.github/.licenserc.yaml
index f00689f..26ac0c1 100644
--- a/.github/.licenserc.yaml
+++ b/.github/.licenserc.yaml
@@ -15,5 +15,6 @@ header:
     - 'NOTICE'
     - '.asf.yaml'
     - '**/*.gradle'
+    - gradlew
 
   comment: on-failure


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to