diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index dcafb97dc98..cc8335b180a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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 }}"