From 20f524180a57708a74c00cfe67fa7ab4e651276a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Aug 2026 13:09:06 +0000 Subject: [PATCH 1/4] 1.17.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71684a6d..76351976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.17.0] + +### Uncategorized + +- fix: pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) +- fix: normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) +- fix: prefer existing team labels over topology in add-team-label ([#272](https://github.com/MetaMask/github-tools/pull/272)) +- feat: removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271)) + ### Fixed - Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` @@ -234,7 +243,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.16.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.17.0...HEAD +[1.17.0]: https://github.com/MetaMask/github-tools/compare/v1.16.0...v1.17.0 [1.16.0]: https://github.com/MetaMask/github-tools/compare/v1.15.0...v1.16.0 [1.15.0]: https://github.com/MetaMask/github-tools/compare/v1.14.0...v1.15.0 [1.14.0]: https://github.com/MetaMask/github-tools/compare/v1.13.0...v1.14.0 diff --git a/package.json b/package.json index 7ee3e9e9..7dc72bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.16.0", + "version": "1.17.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": { From 29d165c6d0905ae92c2e45acfc8f2b5e03a46554 Mon Sep 17 00:00:00 2001 From: tommasini Date: Tue, 11 Aug 2026 14:23:35 +0100 Subject: [PATCH 2/4] fix changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76351976..0e3c3c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.17.0] -### Uncategorized +### Added -- fix: pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) -- fix: normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) -- fix: prefer existing team labels over topology in add-team-label ([#272](https://github.com/MetaMask/github-tools/pull/272)) - feat: removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271)) ### Fixed - Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` +- fix: pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) +- fix: normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) +- fix: prefer existing team labels over topology in add-team-label ([#272](https://github.com/MetaMask/github-tools/pull/272)) ## [1.16.0] From 32758ed3c9f105325881621c2bdc566595f85096 Mon Sep 17 00:00:00 2001 From: tommasini Date: Tue, 11 Aug 2026 14:28:29 +0100 Subject: [PATCH 3/4] address comments --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3c3c55..7eb22496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.17.0] -### Added -- feat: removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271)) ### Fixed -- Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` -- fix: pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) -- fix: normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) -- fix: prefer existing team labels over topology in add-team-label ([#272](https://github.com/MetaMask/github-tools/pull/272)) +- Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` ([#272](https://github.com/MetaMask/github-tools/pull/272)) +- pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) +- normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) +- prefer existing team labels over topology in add-team-label ([#272](https://github.com/MetaMask/github-tools/pull/272)) +- removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271)) ## [1.16.0] From 092fcf77a86aa19f5d3c94ab7f7a6364694a230c Mon Sep 17 00:00:00 2001 From: tommasini Date: Tue, 11 Aug 2026 14:34:47 +0100 Subject: [PATCH 4/4] deduple and remove empty lines --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb22496..5712581a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.17.0] - - ### Fixed - Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` ([#272](https://github.com/MetaMask/github-tools/pull/272)) - pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276)) - normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274)) -- prefer existing team labels over topology in add-team-label ([#272](https://github.com/MetaMask/github-tools/pull/272)) - removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271)) ## [1.16.0]