feat: Add label syncing. (#30)

* ci: Add label syncing

* ci: add more label sprinkles
This commit is contained in:
Charalampos Fanoulis
2020-07-01 21:32:23 +03:00
committed by GitHub
parent 2851d12357
commit f22e4f1cc7
3 changed files with 174 additions and 0 deletions

21
.github/workflows/labelsync.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Label Sync
on:
issues:
label:
push:
branches:
- maser
paths:
- '.github/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}