2
0
mirror of https://github.com/tycrek/degoogle synced 2024-11-18 03:25:32 +00:00
degoogle/.github/workflows/labeler.yml
2020-06-01 08:10:45 -06:00

16 lines
338 B
YAML

name: RegEx Issue Title Labeler
on:
issues:
types: [opened, edited]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- name: Apply Label
uses: tycrek/issue-labeler@v2.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0