Add ghaction-github-labeler

This commit is contained in:
CrazyMax
2019-10-20 01:19:39 +02:00
parent 6359aa45f0
commit 13cec3d9a9
2 changed files with 100 additions and 0 deletions

23
.github/workflows/labels.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: labels
on:
push:
branches:
- 'master'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v1
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}