Skip to content

Commit e2ff998

Browse files
committed
docs: update changelog & dist
1 parent 5a7b105 commit e2ff998

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
🛠 refactor
88
-->
99

10+
## v3.7.5
11+
12+
`2025.12.24`
13+
14+
- 🐞 fix: the total of inactive issues output is incorrect. [#222](https://github.com/actions-cool/issues-helper/pull/222) [@btea](https://github.com/btea)
15+
1016
## v3.7.4
1117

1218
`2025.12.16`

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39569,7 +39569,7 @@ function doCheckInactive(body, emoji) {
3956939569
if (hasInactiveLabelIssueNumbers.length) {
3957039570
core.info(`[doCheckInactive] These issues already has ${inactiveLabel} label! ` +
3957139571
JSON.stringify(hasInactiveLabelIssueNumbers) +
39572-
' total ${hasInactiveLabelIssueNumbers.length}');
39572+
` total ${hasInactiveLabelIssueNumbers.length}`);
3957339573
}
3957439574
}
3957539575
else {

0 commit comments

Comments
 (0)