From 8eb83c7e679f2adb929a235e421ee67bafc610f3 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Mon, 26 Jun 2023 17:13:55 +0200 Subject: [PATCH 1/3] Fix function declaration --- src/tracker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracker/index.js b/src/tracker/index.js index fb283ca12..3536ecf6b 100644 --- a/src/tracker/index.js +++ b/src/tracker/index.js @@ -69,7 +69,7 @@ export default class Tracker { return this.onVersionRecorded(serviceId, type); } - async onInaccessibleContent(error, serviceId, type, terms) { + async onInaccessibleContent(error, terms) { const { title, body } = Tracker.formatIssueTitleAndBody({ message: error.toString(), repository: this.repository, terms }); await this.createIssueIfNotExists({ From 0fddbd38c090aa42443fc14b08072dafb995fabc Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Mon, 26 Jun 2023 17:18:20 +0200 Subject: [PATCH 2/3] Add changelog entry --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c2d1c4b..759dc155c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Unreleased [patch] + +_Full changeset and discussions: [#1013](https://github.com/OpenTermsArchive/engine/pull/1013)._ + +### Fixed + +- Fix issue creation on GitHub's tracker ([#1012](https://github.com/OpenTermsArchive/engine/issues/1012)) ## 0.29.0 - 2023-06-05 From d69ad964a7d1c4dc0be813998a6171ac6a5b5bc9 Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Mon, 26 Jun 2023 17:22:37 +0200 Subject: [PATCH 3/3] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759dc155c..42b1b664c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ _Full changeset and discussions: [#1013](https://github.com/OpenTermsArchive/eng ### Fixed -- Fix issue creation on GitHub's tracker ([#1012](https://github.com/OpenTermsArchive/engine/issues/1012)) +- Fix issue creation on GitHub tracker ([#1012](https://github.com/OpenTermsArchive/engine/issues/1012)) ## 0.29.0 - 2023-06-05