2
0
mirror of https://github.com/tycrek/degoogle synced 2024-11-04 12:00:20 +00:00
degoogle/.github/workflows/labeler.yml
Josh Moore e6763770a0
Create labeler.yml
Added labeler for issues (1/2)
2020-05-29 08:42:58 -06:00

14 lines
274 B
YAML

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