mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update with upstream changes
This commit is contained in:
parent
d1f8742ce7
commit
7820a52609
4 changed files with 3 additions and 42 deletions
1
.github/workflows/__package.yml
vendored
1
.github/workflows/__package.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
cache: npm
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
|
|
1
.github/workflows/__quality_checks.yml
vendored
1
.github/workflows/__quality_checks.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
cache: npm
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Install dependencies 📦
|
- name: Install dependencies 📦
|
||||||
|
|
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
|
@ -88,6 +88,7 @@ jobs:
|
||||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
cache: npm
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
|
|
42
.github/workflows/schedule.yml
vendored
42
.github/workflows/schedule.yml
vendored
|
@ -48,45 +48,3 @@ jobs:
|
||||||
stale-pr-label: merge conflict
|
stale-pr-label: merge conflict
|
||||||
close-pr-message: |-
|
close-pr-message: |-
|
||||||
This PR has been closed due to having unresolved merge conflicts.
|
This PR has been closed due to having unresolved merge conflicts.
|
||||||
|
|
||||||
update:
|
|
||||||
name: Update the Jellyfin SDK
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Check out Git repository
|
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
|
||||||
with:
|
|
||||||
ref: master
|
|
||||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
check-latest: true
|
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- name: Install latest unstable SDK
|
|
||||||
run: |
|
|
||||||
npm i --save @jellyfin/sdk@unstable
|
|
||||||
VERSION=$(jq -r '.dependencies["@jellyfin/sdk"]' package.json)
|
|
||||||
echo "JF_SDK_VERSION=${VERSION}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Open a pull request
|
|
||||||
uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
|
||||||
commit-message: Update @jellyfin/sdk to ${{env.JF_SDK_VERSION}}
|
|
||||||
committer: jellyfin-bot <team@jellyfin.org>
|
|
||||||
author: jellyfin-bot <team@jellyfin.org>
|
|
||||||
branch: update-jf-sdk
|
|
||||||
delete-branch: true
|
|
||||||
title: Update @jellyfin/sdk to ${{env.JF_SDK_VERSION}}
|
|
||||||
body: |
|
|
||||||
**Changes**
|
|
||||||
Updates to the latest unstable @jellyfin/sdk build
|
|
||||||
labels: |
|
|
||||||
dependencies
|
|
||||||
npm
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue