Skip to content

feat(ci): apidiff-go#2616

Open
erikburt wants to merge 1 commit into
mainfrom
feat/ci-api-diff
Open

feat(ci): apidiff-go#2616
erikburt wants to merge 1 commit into
mainfrom
feat/ci-api-diff

Conversation

@erikburt
Copy link
Copy Markdown
Contributor

@erikburt erikburt commented May 27, 2026

Adds apidiff-go reusable workflow to help surface public API changes.

Testing

This PR introduces no changes to go modules so the diff did not fire: https://github.com/smartcontractkit/chainlink-testing-framework/actions/runs/26531595322/job/78149381501?pr=2616

Notes

Spoke about this at the offsite. Can remove if it's not helpful.

@erikburt erikburt requested a review from skudasov May 27, 2026 18:46
@erikburt erikburt self-assigned this May 27, 2026
@erikburt erikburt marked this pull request as ready for review May 27, 2026 18:47
@erikburt erikburt requested a review from a team as a code owner May 27, 2026 18:47
Copilot AI review requested due to automatic review settings May 27, 2026 18:47
Copy link
Copy Markdown
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

Adds a GitHub Actions workflow to automatically analyze and report Go public API changes, using SmartContractKit’s reusable apidiff-go analysis workflow to surface breaking/compatible API diffs on PRs (and pushes to main).

Changes:

  • Introduces a new .github/workflows/api-diff.yml workflow that calls the reusable reusable-apidiff-go-analysis.yml.
  • Configures file/module patterns for Go source and module files and disables compatibility enforcement (enforce-compatible: false).

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

Comment thread .github/workflows/api-diff.yml
Comment thread .github/workflows/api-diff.yml
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