Initial commit

This commit is contained in:
DarkFighterLuke
2024-02-29 23:15:49 +01:00
committed by GitHub
commit 958ca44a1b
24 changed files with 1838 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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 }}