Skip to content

Commit

Permalink
chore: welcome only new issue creators (faker-js#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski authored and demipel8 committed Mar 11, 2022
1 parent 5ebbbc6 commit 1a7bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@v2
with:
actions: 'create-comment, remove-labels'
actions: 'welcome, remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down

0 comments on commit 1a7bb7a

Please sign in to comment.