You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
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).
4
4
5
+
## Unreleased [major]
6
+
7
+
> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs.
8
+
9
+
### Changed
10
+
11
+
-**Breaking:** Replace generic issue labels with more descriptive names to better understand why terms tracking was interrupted; existing labels will be automatically updated on the first run
12
+
- Add `⚠ needs intervention` label to highlight critical issues requiring manual action to restore terms tracking
13
+
5
14
## 5.7.0 - 2025-06-30
6
15
7
16
_Full changeset and discussions: [#1169](https://github.com/OpenTermsArchive/engine/pull/1169)._
const[managedLabel]=issue.labels.filter(label=>managedLabelsNames.includes(label.name));// It is assumed that only one specific reason for failure is possible at a time, making managed labels mutually exclusive
return;// if all requested labels are already assigned to the issue, the error is redundant with the one already reported and no further action is necessary
0 commit comments