Skip to content

Commit

Permalink
Merge branch 'main' into fix-eslint-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Mar 4, 2022
2 parents ce2ea36 + 9283863 commit 137c4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-labeling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: contribution welcome
# If the issue is labeled with 'help wanted', a comment will be posted
if: github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@v2
uses: actions-cool/issues-helper@v3
with:
actions: 'welcome, remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,7 +24,7 @@ jobs:
# If the issue is given either the 'enhancement' or 'bug' label, the 'pending triage' label will be removed
# Issues without the label 'pending triage' are filtered with the third part of the condition, since the label does not have to be removed
if: github.event.label.name == 'enhancement' || github.event.label.name == 'bug' || (contains(github.event.label.name, 'pending triage') == false)
uses: actions-cool/issues-helper@v2
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 137c4b2

Please sign in to comment.