Labels workflow

This commit is contained in:
CrazyMax
2020-10-08 00:54:53 +02:00
parent 2f8da7e49a
commit d5925e3e9e
2 changed files with 99 additions and 0 deletions

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

@@ -0,0 +1,20 @@
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@v2.3.3
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.0