add label-sync workflow

This commit is contained in:
h1dden-da3m0n 2021-07-04 01:13:19 +02:00
parent 7f6a8f4bb3
commit 00defdf530

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

@ -0,0 +1,16 @@
name: Sync labels
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: EndBug/label-sync@v2
with:
config-file: https://raw.githubusercontent.com/jellyfin/jellyfin-meta-plugins/master/.github/plugin-repo-labels.yaml
delete-other-labels: true
token: ${{ secrets.JF_BOT_TOKEN }}