Files
Jellyfin-Plugin-Template/.github/workflows/command-rebase.yaml
oceans2alaska 699c5f72bf
Some checks failed
🔬 Run CodeQL / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled
Initial commit
2026-03-24 10:05:20 -07: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 }}