We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build_depends.repos file was separated into two in the following PR:
build_depends.repos
However, the clang-tidy-differential workflow still uses the old build_depends.repos file.
autoware.universe/.github/workflows/clang-tidy-differential.yaml
Line 76 in c9aa409
clang-tidy-differential workflow should use the new repos files.
clang-tidy-differential workflow uses the old one.
Create a PR which has the workflow such as:
No response
The text was updated successfully, but these errors were encountered:
Will fix it as soon as possible.
Sorry, something went wrong.
It is also confirmed in the reported PR too:
It is now resolved.
Hello @xmfcx, thank you!
xmfcx
No branches or pull requests
Checklist
Description
The
build_depends.repos
file was separated into two in the following PR:However, the clang-tidy-differential workflow still uses the old
build_depends.repos
file.autoware.universe/.github/workflows/clang-tidy-differential.yaml
Line 76 in c9aa409
Expected behavior
clang-tidy-differential workflow should use the new repos files.
Actual behavior
clang-tidy-differential workflow uses the old one.
Steps to reproduce
Create a PR which has the workflow such as:
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: