-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] license header failed "fatal: bad object" #2614
Comments
this might be the feature branch is auto-merged too fast to break the git diff check, please help consider how we can avoid this situation, thanks @YanxuanLiu (like skip action if special fea-branch) |
also see occurence in normal commit change https://github.com/NVIDIA/spark-rapids-jni/actions/runs/11946023357/job/33299691974 this might be the commit history is not enough for the comparison or feature branch does not contains the latest BASE ref |
Another issue: #2610 |
partly fixed the issue, please upmerge and trigger again, thanks! @liurenjie1024 |
Describe the bug
e.g.
https://github.com/NVIDIA/spark-rapids-jni/actions/runs/11930468653/job/33251309894 fail for submodule-sync change https://github.com/NVIDIA/spark-rapids-jni/pull/2611/files
https://github.com/NVIDIA/spark-rapids-jni/actions/runs/11944100102/job/33294422624
it's unclear what has failed the check like git history or submodule updates
Steps/Code to reproduce bug
Please provide a list of steps or a code sample to reproduce the issue.
Avoid posting private or sensitive data.
Expected behavior
A clear and concise description of what you expected to happen.
Environment details (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: