Create labeler.yml

Added labeler for issues (1/2)
pull/153/head
Josh Moore 4 years ago committed by GitHub
parent f5fec00221
commit e6763770a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
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
Loading…
Cancel
Save