Updated labeler to hopefully match titles

pull/153/head
tycrek 4 years ago
parent c202e1f7c2
commit 9f844c5cb6

@ -1,4 +1,4 @@
name: RegEx Issue Labeler
name: RegEx Issue Title Labeler
on:
issues:
types: [opened, edited]
@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Apply Label
uses: github/issue-labeler@v2.0
uses: tycrek/issue-labeler@v2.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml

Loading…
Cancel
Save