Skip to content

Conversation

@erickzhao
Copy link
Member

@erickzhao erickzhao commented Nov 4, 2025

Skips the Cation API check if a PR is semver/minor or semver/major but contains no API changes. We discussed this in the last API WG meeting after reviewing electron/electron#48613 from the PR queue.

Added a regression test as well. :)

@erickzhao erickzhao requested review from a team as code owners November 4, 2025 06:01
);

// If the PR is semver-patch, it does not need API review.
if (!pr.labels.some((l) => isSemverMajorMinorLabel(l.name))) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Moved this short-circuit higher up as well

@erickzhao erickzhao changed the title feat(wg-api): add skip-review label feat(api-review): add skip-review label Nov 4, 2025
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