An action for labeling pull requests or issues from first-time contributors.
You can see the example: #2
Most of the code is refered to https://github.com/actions/first-interaction.
See action.yml
steps:
- uses: Code-Hex/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-labels: '["good first issue", "help wanted"]'
pr-labels: '["help wanted"]'
The scripts and documentation in this project are released under the MIT License