ci: add label-sync

This commit is contained in:
Federico Grandi
2020-10-19 09:47:38 +02:00
parent e6f30b78b7
commit bd911ffe7e
2 changed files with 97 additions and 0 deletions

17
.github/workflows/label-sync.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Sync labels
on:
push:
paths:
- '.github/labels.yml'
workflow_dispatch:
jobs:
sync:
name: Run EndBug/label-sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EndBug/label-sync@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: '.github/labels.yml'