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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
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 [patch]
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
+
### Fixed
10
+
11
+
- Reduce API calls and avoid inconsistent states on GitHub issues reports
12
+
5
13
## 2.3.1 - 2024-10-22
6
14
7
15
_Full changeset and discussions: [#1111](https://github.com/OpenTermsArchive/engine/pull/1111)._
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
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
162
146
163
-
if(managedLabel?.name==label){// if the label is already assigned to the issue, the error is redundant with the one already reported and no further action is necessary
0 commit comments