From f6c8a8562a6367539071491122787bd0182af460 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 16 Mar 2026 13:12:46 +0000 Subject: [PATCH 1/2] 1.7.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44e0dfc..3ce60c28 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.7.1] + +### Uncategorized + +- fix: resolve merge-approved-pr action path for cross-repo workflow calls ([#224](https://github.com/MetaMask/github-tools/pull/224)) + ## [1.7.0] ### Changed @@ -132,7 +138,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.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/MetaMask/github-tools/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/MetaMask/github-tools/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/MetaMask/github-tools/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/MetaMask/github-tools/compare/v1.4.4...v1.5.0 diff --git a/package.json b/package.json index fca3ab94..68755b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.7.0", + "version": "1.7.1", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 70b4b2dceaf685a4c3e2ca9f34ff8392a7e5fbc7 Mon Sep 17 00:00:00 2001 From: chloeYue Date: Mon, 16 Mar 2026 14:16:53 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce60c28..55565132 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.7.1] -### Uncategorized +### Fixed - fix: resolve merge-approved-pr action path for cross-repo workflow calls ([#224](https://github.com/MetaMask/github-tools/pull/224))