◐ Shell
clean mode source ↗

improve: don't run sonar on dependabot PRs by csviri · Pull Request #3243 · operator-framework/java-operator-sdk

Pull request overview

This PR updates the Sonar GitHub Actions workflow to avoid running the Sonar (build/analyze) job when the workflow is triggered by Dependabot, preventing unnecessary/failed Sonar runs on automated dependency update PRs.

Changes:

  • Adds a job-level if: guard to skip execution when github.actor is dependabot[bot].

You can also share your feedback on Copilot code review. Take the survey.