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