docs: up v2.1.0

This commit is contained in:
xrkffgg
2021-02-02 20:38:24 +08:00
parent fd3eb6dbd3
commit 14e4762bf5
10 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.0.0
uses: actions-cool/issues-helper@v2.1.0
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-issue
uses: actions-cool/issues-helper@v2.0.0
uses: actions-cool/issues-helper@v2.1.0
with:
actions: 'check-issue'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v2.0.0
uses: actions-cool/issues-helper@v2.1.0
with:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -142,7 +142,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.0.0
uses: actions-cool/issues-helper@v2.1.0
with:
actions: 'find-comments'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: lock-issues
uses: actions-cool/issues-helper@v2.0.0
uses: actions-cool/issues-helper@v2.1.0
with:
actions: 'lock-issues'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -233,7 +233,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: month-statistics
uses: actions-cool/issues-helper@v2.0.0
uses: actions-cool/issues-helper@v2.1.0
with:
actions: 'month-statistics'
token: ${{ secrets.GITHUB_TOKEN }}