From 2d88d9f8a834bf819ae16f51650b57bfa178825a Mon Sep 17 00:00:00 2001 From: Anso Date: Mon, 27 Jul 2026 10:38:03 -0400 Subject: [PATCH] ci: recategorize credit-changelog-contributors fix as non-releasable (#1720) * Revert "fix: credit issue openers linked to a PR without closing text (#1718)" This reverts commit ea381131940d35c506f16d8122df3725f91538a1. * ci: credit issue openers linked to a PR without closing text The contributor-credit script only ever scanned CHANGELOG.md text for issue/PR numbers. An issue linked to a PR only through GitHub's Development sidebar (no typed "closes #N" anywhere) never produces any text to scan, so its external opener was silently never credited. Query the GitHub GraphQL API for each changelog PR's closingIssuesReferences and credit those openers under the PR's own visible bullet.