Files
Jellyfin_Xtream/.github/workflows/command-rebase.yaml
Kevin Jilissen f26f0efc08 Initial plugin setup.
What is working:
- Get VOD stream information
- Stream VOD
- Get IPTV stream information
- Stream IPTV
- Get Series stream information
- Stream Series
2022-05-24 16:24:31 +02:00

17 lines
514 B
YAML

name: '🔀 PR Rebase Command'
on:
repository_dispatch:
types:
- rebase-command
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-rebase.yaml@master
with:
rebase-head: ${{ github.event.client_payload.pull_request.head.label }}
repository-full-name: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}