degooglizzazione/.github/workflows/labeler.yml

16 lines
341 B
YAML
Raw Normal View History

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