✨ Changelog

  • Version rules

    • Use two-level semantic version, such as v1, v1.1, v2, v2.1
    • v1 represents the initial version
    • The fixes and additions to the v1 version will be released to the v1.1 version
    • When the released v1.x runs stable for a certain period of time or undergoes refactoring, release the advanced v2 version
    • After the v2 version, the version will be released strictly according to the three-level semantics, such as v2.0.0, v2.1.0
  • Version selection

    • It is recommended to use the latest releases version. It can be seen in releases
    • You can also refer to the update log below to select the version
    • The latest v1.x release code will be merged into the 1.x branch
    • It also supports the direct use of branch versions. Such as:
- name: Issues Helper
uses: actions-cool/issues-helper@main
# or
- name: Issues Helper
uses: actions-cool/issues-helper@1.x

Changelog

v2.2.1

2021.03.21

  • fix: list comment page lost in find-comments. #66

v2.2.0

2021.03.21

  • feat: Added title-excludes parameter to check-issue. #65

v2.1.2

2021.02.19

  • feat: update/delete comment support find-comments out. #63

v2.1.1

2021.02.03

  • fix: api request limit. #57
  • chore: add catch. #59

v2.1.0

2021.02.02

  • feat: add create-label. #54

v2.0.0

2021.01.26

  • refactor: add require-permission default. #51

v1.12

It will be the last version of 1.x

2021.01.26

  • feat: add require-permission. #46 #48
  • feat: add lock-reason. #49

v1.11

2021.01.14

  • feat: add question mark duplicate. #38
  • perf: expand duplicate action. #40

v1.10

2021.01.12

  • fix: duplicate labels set. #36

v1.9

2021.01.11

  • feat: add random to. #35

v1.8

2021.01.07

  • #31
    • refactor: split content
    • feat: add remove-labels for duplicate
    • docs: optimize website

v1.7

2021.01.02

  • #27
    • feat: add month-statistics
    • fix: query issues less because pages max 100
    • fix: js nested require

v1.6

2020.12.30

  • perf: optimize duplicate. #24

v1.5

2020.12.30

  • feat: add mark-duplicate. #23

v1.4

2020.12.29

  • fix: perfect inactive-day check. #22

v1.3

2020.12.28

  • feat: add welcome. #19

v1.2

2020.12.25

  • feat: add check-issue & remove labels. #12

v1.1

2020.12.24

  • fix: yml not support array. #11

v1

2020.12.23

🎉 First release.