degooglizzazione/.github/workflows/labeler.yml

16 lines
332 B
YAML
Raw Normal View History

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