Skip to content

fix: deduplicate labels before applying the label limit - #20

Open
efekrskl wants to merge 1 commit into
nodejs:mainfrom
efekrskl:fix/label-limit-unique
Open

fix: deduplicate labels before applying the label limit#20
efekrskl wants to merge 1 commit into
nodejs:mainfrom
efekrskl:fix/label-limit-unique

Conversation

@efekrskl

@efekrskl efekrskl commented Aug 1, 2026

Copy link
Copy Markdown
Member

The label limit currently treats every changed file as a separate subsystem match. So a PR that only touches QUIC or crypto can hit the limit and get lib / src before receiving its specific label.

Examples:

  • #64710: QUIC changes get lib / src, but not quic
  • #64289: same issue with five QUIC files
  • #64776: crypto/ncrypto changes get lib / src, but not crypto

This PR counts each subsystem once before applying the limit, and adds a test for it.

Signed-off-by: efekrskl <8130264+efekrskl@users.noreply.github.com>
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