Update labeler.yml

This commit is contained in:
Ivan Blinkov 2019-10-20 14:34:36 +08:00 committed by GitHub
parent c5dc2f461d
commit bc94f8f837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,6 @@
name: "Pull Request Labeler"
on:
pull_request:
branches:
- master
issues:
types: [opened]
pull_request
jobs:
by-filename:
@ -13,11 +9,3 @@ jobs:
- 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 }}"