Skip to content

feat(api-review): add skip-review label#198

Merged
erickzhao merged 4 commits into
mainfrom
skip-review
Nov 10, 2025
Merged

feat(api-review): add skip-review label#198
erickzhao merged 4 commits into
mainfrom
skip-review

Conversation

@erickzhao
Copy link
Copy Markdown
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
Comment thread src/api-review-state.ts
);

// If the PR is semver-patch, it does not need API review.
if (!pr.labels.some((l) => isSemverMajorMinorLabel(l.name))) {
Copy link
Copy Markdown
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
@erickzhao erickzhao merged commit 3bffc59 into main Nov 10, 2025
4 checks passed
@erickzhao erickzhao deleted the skip-review branch November 10, 2025 19:00
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