mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2024-11-23 05:59:58 +00:00
add label-sync workflow
This commit is contained in:
parent
017f47b21c
commit
e8ea2475db
16
.github/workflows/label-sync.yml
vendored
Normal file
16
.github/workflows/label-sync.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user