Skip to content

Releases: actions-cool/issues-helper

v3.4.0

06 Feb 13:57

Choose a tag to compare

2023.02.06

v3.3.3

12 Nov 17:14

Choose a tag to compare

2022.11.13

v3.3.2

21 Oct 07:23

Choose a tag to compare

2022.10.21

  • 💄 chore: update @actions/core version. #125 @wjz304

v3.3.1

19 Oct 13:13

Choose a tag to compare

2022.10.19

  • 🐞 fix: body null case. #123

v3.3.0

02 Sep 09:07

Choose a tag to compare

2022.09.02

  • 🚀 feat: add get-issue. #114

v3.2.1

31 Aug 13:56

Choose a tag to compare

2022.08.31

  • 🐞 fix: mark-duplicate labels invalid. #116

v3.2.0: feat: add `$exclude-empty (#112)

26 Aug 08:38
982af7d

Choose a tag to compare

2022.08.26

  • 🚀 feat: add $exclude-empty for exclude-labels. #112
    • When set to include $exclude-empty, no label issue can be excluded

v3.1.0

09 Aug 05:01

Choose a tag to compare

2022.08.09

  • 🚀 feat: add reason for closing issue. #110 @Xhofe

v3.0.1

01 Aug 03:27

Choose a tag to compare

2022.08.01

  • 🐞 fix: check will undefined.

v3.0.0

15 Feb 05:41

Choose a tag to compare

2022.02.15

🚀 v3 版本重构完成,主要变更内容:

  1. JS to TS
  2. 将 issue 核心功能封装成为类供 helper 使用
  3. 提示信息统一
  4. 增加自动发布脚本

功能变更参考:

  • 🚀 New Feature
    • mark-assignees: 评论快捷设置 assignees
    • find-issues: 条件查询当前仓库 issues
  • 🐞 Bug Fix
    • 修复 find-comments 返回结果 direction 未起作用
    • 修复 lock-issues lock 与 comment 的顺序问题
  • 🛠 Refactor
    • contents 更名为容易理解的 emoji
    • issue-emojis 更名为 issue-emoji
    • deleteComment updateComment 不再支持 out-comments,保持纯粹功能
    • 移除 title body 默认值
    • month-statistics 移除

🚀 The refactoring of the v3 version is completed. The main changes are:

  1. JS to TS
  2. Encapsulate the core functions of the issue into classes for helpers to use
  3. Unified prompt information
  4. Added automatic release script

Reference for functional changes:

  • 🚀 New Feature
    • mark-assignees: Comment quick settings assignees
    • find-issues: Conditional query current warehouse issues
  • 🐞 Bug Fix
    • Fixed find-comments return result direction not working
    • Fix lock-issues lock and comment order issue
  • 🛠 Refactor
    • contents renamed to easy-to-understand emoji
    • issue-emojis renamed to issue-emoji
    • deleteComment updateComment no longer supports out-comments, keeping pure functionality
    • Remove title body default
    • month-statistics removed