Skip to content

Conversation

@artyom-activeloop
Copy link
Collaborator

@artyom-activeloop artyom-activeloop commented Jan 13, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 13, 2026 10:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the clang-tidy step in the GitHub Actions workflow to use a shared, reusable action instead of inline bash commands.

Changes:

  • Replaced inline bash script execution with a call to a shared action (activeloopai/private-github-actions/.github/actions/clang-tidy@main)
  • Updated build directory from builds/deeplake-pg-prod to builds/deeplake-pg-dev

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

echo -e "${GREEN}Clang-tidy analysis complete.${DEFAULT}"
with:
source_directory: cpp/deeplake_pg
build_directory: builds/deeplake-pg-dev
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build directory was changed from builds/deeplake-pg-prod to builds/deeplake-pg-dev. This appears to be unintentional as the PR description does not mention changing the build target. Verify this change is correct, or revert to builds/deeplake-pg-prod to maintain consistency with the previous configuration.

Suggested change
build_directory: builds/deeplake-pg-dev
build_directory: builds/deeplake-pg-prod

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants