Commit 2025-11-04 14:52 8dd95fab

View on Github →

ci: count only merged PRs in new contributor check (#30859) Fixes #30858 The "Label New Contributors" workflow was counting all closed PRs when determining contributor experience, but it should only count merged PRs. This PR updates the workflow to use the GitHub search API with is:merged to properly filter for merged pull requests only. Now contributors are correctly identified as "new" based on their merged contributions, not just any closed PRs.

Estimated changes