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

@@ -38,7 +38,7 @@ jobs:
steps:
- name: help wanted
if: github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@v2.4.1
uses: actions-cool/issues-helper@v2.4.2
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}