Update labeler.yml

This commit is contained in:
Ivan Blinkov 2019-10-20 14:20:03 +08:00 committed by GitHub
parent 8c404eb3a8
commit 83146bb70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,17 @@ on:
- pull_request
jobs:
triage:
by-filename:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
new-feature:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
with:
keywords: '["New Feature"]'
labels: '["pr-feature"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"