tkobayas commented on code in PR #6270:
URL:
https://github.com/apache/incubator-kie-drools/pull/6270#discussion_r1978871920
##########
.github/workflows/pr-rat-check.yml:
##########
@@ -38,3 +38,9 @@ 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
Review Comment:
```suggestion
# This is a temporary workaround for
https://github.com/apache/incubator-kie-drools/issues/6265
# To be checked after apache-rat 0.17 release
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]