Skip to content

Code-Hex/first-label-interaction

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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