fix: RemoveLabels when has no label (#88)

* fix: RemoveLabels when has no label

* doc
This commit is contained in:
xrkffgg
2021-09-06 19:17:30 +08:00
committed by GitHub
parent 8482b73885
commit ec5a128e11
13 changed files with 137 additions and 109 deletions

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/issues-helper@v2.4.1
uses: actions-cool/issues-helper@v2.4.2
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.1
uses: actions-cool/issues-helper@v2.4.2
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.1
uses: actions-cool/issues-helper@v2.4.2
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.1
uses: actions-cool/issues-helper@v2.4.2
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.1
uses: actions-cool/issues-helper@v2.4.2
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.1
uses: actions-cool/issues-helper@v2.4.2
with:
actions: 'month-statistics'
token: ${{ secrets.GITHUB_TOKEN }}