mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-19 20:16:51 +00:00
Merge pull request #1709 from cewert/use-bot-bump-version
This commit is contained in:
commit
ae4ddc6fd9
6
.github/workflows/bump-version.yml
vendored
6
.github/workflows/bump-version.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV
|
run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV
|
||||||
- name: Create PR with new version
|
- name: Create PR with new version
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
run: |-
|
run: |-
|
||||||
git config user.name "jellyfin-bot"
|
git config user.name "jellyfin-bot"
|
||||||
git config user.email "team@jellyfin.org"
|
git config user.email "team@jellyfin.org"
|
||||||
@ -153,7 +153,7 @@ jobs:
|
|||||||
run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV
|
run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV
|
||||||
- name: Create PR with new version
|
- name: Create PR with new version
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
run: |-
|
run: |-
|
||||||
git config user.name "jellyfin-bot"
|
git config user.name "jellyfin-bot"
|
||||||
git config user.email "team@jellyfin.org"
|
git config user.email "team@jellyfin.org"
|
||||||
@ -223,7 +223,7 @@ jobs:
|
|||||||
run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV
|
run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV
|
||||||
- name: Create PR with new version
|
- name: Create PR with new version
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
run: |-
|
run: |-
|
||||||
git config user.name "jellyfin-bot"
|
git config user.name "jellyfin-bot"
|
||||||
git config user.email "team@jellyfin.org"
|
git config user.email "team@jellyfin.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user