mirror of
https://github.com/jellyfin/jellyfin-plugin-kitsu.git
synced 2024-11-23 06:09:41 +00:00
add label-sync workflow
This commit is contained in:
parent
7f6a8f4bb3
commit
00defdf530
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