docs: add 2.4.1 changelog

This commit is contained in:
元凛
2021-09-05 19:41:57 +08:00
parent f83978e0ed
commit 23e8a42c18
11 changed files with 110 additions and 104 deletions

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/issues-helper@v2.4.0
uses: actions-cool/issues-helper@v2.4.1
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-issue
uses: actions-cool/issues-helper@v2.4.0
uses: actions-cool/issues-helper@v2.4.1
with:
actions: 'check-issue'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v2.4.0
uses: actions-cool/issues-helper@v2.4.1
with:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -145,7 +145,7 @@ Find the current warehouse issue No. 1, the creator is k and the content contain
```yml
- name: Find comments
uses: actions-cool/issues-helper@v2.4.0
uses: actions-cool/issues-helper@v2.4.1
with:
actions: 'find-comments'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -191,7 +191,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: lock-issues
uses: actions-cool/issues-helper@v2.4.0
uses: actions-cool/issues-helper@v2.4.1
with:
actions: 'lock-issues'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -237,7 +237,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: month-statistics
uses: actions-cool/issues-helper@v2.4.0
uses: actions-cool/issues-helper@v2.4.1
with:
actions: 'month-statistics'
token: ${{ secrets.GITHUB_TOKEN }}