Add workflows

This commit is contained in:
CrazyMax 2020-10-25 03:21:46 +01:00
parent 03eb07f964
commit 98414716d9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
10 changed files with 250 additions and 11 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