Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/code-hex/first-label-interaction
- Owner: Code-Hex
- License: mit
- Created: 2020-05-05T08:53:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T20:35:55.000Z (5 months ago)
- Last Synced: 2024-10-10T18:36:50.796Z (4 months ago)
- Topics: actions, first, issues, labels, pull-requests
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)