2020-05-29 10:24:19 -06:00
|
|
|
name: RegEx Issue Title Labeler
|
2020-05-29 08:42:58 -06:00
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [opened, edited]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
add_label:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2020-05-29 09:29:37 -06:00
|
|
|
- name: Apply Label
|
2020-05-29 11:44:10 -06:00
|
|
|
uses: tycrek/issue-labeler@v2.2.8
|
2020-05-29 08:42:58 -06:00
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
configuration-path: .github/labeler.yml
|
2020-05-29 09:30:50 -06:00
|
|
|
enable-versioned-regex: 0
|