-
Notifications
You must be signed in to change notification settings - Fork 567
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
MueLu: Code on 'develop' fails clang-format check breaking every PR starting 2024-10-10 #13524
Comments
Automatic mention of the @trilinos/muelu team |
1 similar comment
Automatic mention of the @trilinos/muelu team |
Looking at the commit history for the file How did that commit get onto the 'develop' branch? @sebrowne? |
The problem is that the clang check has not been marked as required. Fortunately this also means that it won't block any PRs from merging now. |
They why are we getting emails about this? Non-required checks should not be triggering notifications. Update: I guess I am just confused why the Trilinos GH repo would be configured to send out failure notifications for failing GHA checks that the PR author can do nothing to fix. Is this just not conditioning developers to ignore the GHA failures? |
@trilinos/framework Can we switch the clang-format check to "Required" to avoid this in the future? |
Bug Report
Somehow, MueLu code on 'develop' is failing the clang-format check for PRs that don't touch MueLu. For example, for the PR:
which does not touch any clang-format settings or file under packages/muelu, the clang-format GHA check fails:
showing the diff:
As shown here:
all of these checks have failed for every PR for the last 2 hours impacting the PRs:
How did this happen?
The text was updated successfully, but these errors were encountered: