fix: list comment page lost in [find-comments] (#66)

* fix: list comment page lost in [find-comments]

* add changelog
This commit is contained in:
xrkffgg
2021-03-21 20:32:11 +08:00
committed by GitHub
parent 89884a3a50
commit d82909b31d
13 changed files with 145 additions and 117 deletions

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/issues-helper@v2.2.0
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-issue
uses: actions-cool/issues-helper@v2.2.0
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'check-issue'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v2.2.0
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
```yml
- name: Find comments
uses: actions-cool/issues-helper@v2.2.0
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'find-comments'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -185,7 +185,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: lock-issues
uses: actions-cool/issues-helper@v2.2.0
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'lock-issues'
token: ${{ secrets.GITHUB_TOKEN }}
@@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: month-statistics
uses: actions-cool/issues-helper@v2.2.0
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'month-statistics'
token: ${{ secrets.GITHUB_TOKEN }}