Skip to content

Commit

Permalink
ci: fix issue label use miss (vitejs#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Feb 12, 2021
1 parent c2622de commit 72df711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: remove pending
if: github.event.label.name == 'enhancement' || github.event.label.name == 'bug' || (contains(github.event.label.name, 'pending triage') == false && startsWith(github.event.label.name, 'bug:') == true)
uses: actions-cool/issues-helper@v2.1.1
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 72df711

Please sign in to comment.