From 9e81630e84c5e557031887d713eb32e6dd65b8d3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 May 2026 16:41:29 +0000 Subject: [PATCH 1/3] 1.9.3 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61074ab..f6d89d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.3] + +### Uncategorized + +- chore: scan more open PRs in release-branch-sync ([#247](https://github.com/MetaMask/github-tools/pull/247)) + ## [1.9.2] ### Changed @@ -165,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Some inputs were renamed for consistency across actions. - Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173)) -[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.2...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.9.3...HEAD +[1.9.3]: https://github.com/MetaMask/github-tools/compare/v1.9.2...v1.9.3 [1.9.2]: https://github.com/MetaMask/github-tools/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/MetaMask/github-tools/compare/v1.9.0...v1.9.1 [1.9.0]: https://github.com/MetaMask/github-tools/compare/v1.8.0...v1.9.0 diff --git a/package.json b/package.json index ad2573ba..a84a9f26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.9.2", + "version": "1.9.3", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From a275a4f09988e8ebb8f3b2456e18a6612e146cdd Mon Sep 17 00:00:00 2001 From: chloeYue Date: Tue, 12 May 2026 18:44:09 +0200 Subject: [PATCH 2/3] edit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d89d7d..18f1381d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.9.3] -### Uncategorized +### Changed - chore: scan more open PRs in release-branch-sync ([#247](https://github.com/MetaMask/github-tools/pull/247)) From d0a64b138dbee5afa3dbb45cbc660eded50f4558 Mon Sep 17 00:00:00 2001 From: chloeYue <105063779+chloeYue@users.noreply.github.com> Date: Tue, 12 May 2026 19:44:56 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Mark Stacey --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f1381d..0e729f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.9.3] -### Changed +### Fixed -- chore: scan more open PRs in release-branch-sync ([#247](https://github.com/MetaMask/github-tools/pull/247)) +- fix: fix `release-branch-sync` failure when there are too many open PRs more recent than the release PR ([#247](https://github.com/MetaMask/github-tools/pull/247)) ## [1.9.2]