Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code-hex/first-label-interaction

Labeling actions for new comer
https://github.com/code-hex/first-label-interaction

actions first issues labels pull-requests

Last synced: 3 months ago
JSON representation

Labeling actions for new comer

Awesome Lists containing this project

README

        

# First Label Interaction

![Test Issue Label](https://github.com/Code-Hex/first-label-interaction/workflows/Test%20Issue%20Label/badge.svg)

An action for labeling pull requests or issues from first-time contributors.

You can see the example: https://github.com/Code-Hex/first-label-interaction/issues/2

Most of the code is refered to https://github.com/actions/first-interaction.

# Usage

See [action.yml](action.yml)

```yaml
steps:
- uses: Code-Hex/[email protected]
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](LICENSE)