Skip to content

Releases: actions-cool/issues-helper

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

26 Aug 08:38
982af7d
Compare
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
Compare
Choose a tag to compare

2022.08.09

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

v3.0.1

01 Aug 03:27
Compare
Choose a tag to compare

2022.08.01

  • 🐞 fix: check will undefined.

v3.0.0

15 Feb 05:41
Compare
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

v2.5.0

19 Oct 12:15
Compare
Choose a tag to compare

2021.10.19

  • 🚀 feat: add thanks.

🐣 This will be the last version of 2.x, 3.x is under development.

v2.4.3: feat: default number support issue-comment (#90)

13 Sep 09:11
5c1fab1
Compare
Choose a tag to compare

2021.09.13

  • 🚀 feat: default number support issue-comment. #90

v2.4.2: fix: RemoveLabels when has no label (#88)

06 Sep 11:19
ec5a128
Compare
Choose a tag to compare

2021.09.06

  • 🐞 fix: doRemoveLabels when has no label. #88

v2.4.1

05 Sep 11:43
Compare
Choose a tag to compare

2021.09.05

  • fix: remove labels define error. #86

v2.4.0: chore: up 2.4.0 (#84)

15 Aug 12:39
3f73e5f
Compare
Choose a tag to compare

2021.08.15

  • 🚀 feat: support custom repo. #83
  • 🚀 feat: support default issueNumber get from context. #81
  • 🐞 fix: action run async. #79

v2.3.1

09 Aug 15:51
Compare
Choose a tag to compare

2021.08.09

  • ⚡️ refactor: extract exclude-labels array to outer scope. #75 @meteorlxy