/first-label-interaction

Labeling actions for new comer

Primary LanguageJavaScriptMIT LicenseMIT

First Label Interaction

Test Issue Label

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.

Usage

See action.yml

steps:
- uses: Code-Hex/first-label-interaction@v1.0.1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    issue-labels: '["good first issue", "help wanted"]'
    pr-labels: '["help wanted"]'

License

The scripts and documentation in this project are released under the MIT License