Skip to content

Run Spotless style checks on every PR - #4865

Merged
brendandburns merged 1 commit into
masterfrom
copilot/check-spotless-usage
Jul 29, 2026
Merged

Run Spotless style checks on every PR#4865
brendandburns merged 1 commit into
masterfrom
copilot/check-spotless-usage

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Spotless format/license checks existed only in the manually-triggered maven.yml workflow, meaning PRs were never automatically validated for style.

Changes

  • New workflow .github/workflows/spotless.yml: runs ./mvnw spotless:check on every pull_request targeting master or release-** branches
  • Kept as a standalone lightweight job rather than adding a PR trigger to maven.yml (which would also fire the full build, e2e, and codegen jobs on every PR)

@kubernetes-prow kubernetes-prow Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 27, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Copilot
Once this PR has been reviewed and has the lgtm label, please ask for approval from brendandburns. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@linux-foundation-easycla

Copy link
Copy Markdown

CLA Not Signed

@kubernetes-prow kubernetes-prow Bot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 27, 2026
@brendandburns
brendandburns marked this pull request as ready for review July 27, 2026 20:28
@kubernetes-prow kubernetes-prow Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 27, 2026
@brendandburns
brendandburns merged commit 40145b0 into master Jul 29, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants