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

tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b1bd76271 [incubator-kie-drools-6265] Apache RAT check misses 
drools-model (#6270)
8b1bd76271 is described below

commit 8b1bd762719dd21ff8b6fb306515ece94c21d127
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Tue Mar 4 17:26:52 2025 +0900

    [incubator-kie-drools-6265] Apache RAT check misses drools-model (#6270)
    
    * [incubator-kie-drools-6265] Apache RAT check misses drools-model
    - A temporary workaround until Apache RAT 0.17 will be released
    
    * Update .github/workflows/pr-rat-check.yml
---
 .github/workflows/pr-rat-check.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/pr-rat-check.yml 
b/.github/workflows/pr-rat-check.yml
index f1324311e5..c3fba597bb 100644
--- a/.github/workflows/pr-rat-check.yml
+++ b/.github/workflows/pr-rat-check.yml
@@ -38,3 +38,10 @@ jobs:
       - name: Run Apache RAT
         run: |
           java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes | grep "== 
File:" && echo "The files listed above are missing license headers." && exit 1 
|| echo "All files have license headers."
+
+      # This is a temporary workaround for 
https://github.com/apache/incubator-kie-drools/issues/6265
+      # To be checked after apache-rat 0.17 release
+      - name: Run Apache RAT under drools-model
+        run: |
+          cd drools-model
+          java -jar ../apache-rat-0.16.1.jar -d . -E ../.rat-excludes | grep 
"== File:" && echo "The files listed above are missing license headers." && 
exit 1 || echo "All files have license headers."


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to