1
0
mirror of https://github.com/tycrek/degoogle.git synced 2025-08-22 22:34:36 +02:00

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

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