Create labeler.yml

Added labeler for issues (1/2)
This commit is contained in:
Josh Moore 2020-05-29 08:42:58 -06:00 committed by GitHub
parent f5fec00221
commit e6763770a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/labeler.yml vendored Normal file
View File

@ -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