forked from devol/degooglizzazione
Updated labeler to hopefully match titles
This commit is contained in:
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…
Reference in New Issue