mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 20:13:05 +00:00
[6] update bot image
This commit is contained in:
parent
6bf4fc5d2e
commit
b2f3b9ee13
10 changed files with 38 additions and 38 deletions
BIN
.github/bot.png
vendored
Normal file
BIN
.github/bot.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 515 KiB |
6
.github/workflows/copyright.yml
vendored
6
.github/workflows/copyright.yml
vendored
|
@ -42,10 +42,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
message: <@&1079153184007790652>
|
message: <@&1079153184007790652>
|
||||||
title: "${{ env.REPO_NAME }}: **Copyright Update Failed**"
|
title: "${{ vars.REPO_NAME }}: **Copyright Update Failed**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 14879811
|
color: 14879811
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png
|
||||||
author: GitHub
|
author: GitHub
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png
|
16
.github/workflows/develop.yml
vendored
16
.github/workflows/develop.yml
vendored
|
@ -56,11 +56,11 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 844716
|
color: 844716
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png
|
||||||
|
|
||||||
|
@ -70,11 +70,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
message: <@&1079153184007790652>
|
message: <@&1079153184007790652>
|
||||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 14879811
|
color: 14879811
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png
|
||||||
|
|
||||||
|
@ -92,6 +92,6 @@ jobs:
|
||||||
message: "<@&954835263731949623> - An update to Kometa has been published and is available to users of the **develop** branch.\n\nWe **strongly** recommend users who previously switched to the `nightly` branch to resolve any previous issues to now switch back to the `develop` branch now."
|
message: "<@&954835263731949623> - An update to Kometa has been published and is available to users of the **develop** branch.\n\nWe **strongly** recommend users who previously switched to the `nightly` branch to resolve any previous issues to now switch back to the `develop` branch now."
|
||||||
commits: "true"
|
commits: "true"
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
|
||||||
author: ${{ env.REPO_NAME }} Develop Release
|
author: ${{ vars.REPO_NAME }} Develop Release
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png
|
||||||
|
|
12
.github/workflows/latest.yml
vendored
12
.github/workflows/latest.yml
vendored
|
@ -52,11 +52,11 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 844716
|
color: 844716
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
||||||
|
|
||||||
|
@ -66,10 +66,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
message: <@&1079153184007790652>
|
message: <@&1079153184007790652>
|
||||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 14879811
|
color: 14879811
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
16
.github/workflows/nightly.yml
vendored
16
.github/workflows/nightly.yml
vendored
|
@ -56,11 +56,11 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 844716
|
color: 844716
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
|
||||||
|
|
||||||
|
@ -70,11 +70,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
message: <@&1079153184007790652>
|
message: <@&1079153184007790652>
|
||||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 14879811
|
color: 14879811
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
|
||||||
|
|
||||||
|
@ -92,6 +92,6 @@ jobs:
|
||||||
message: "<@&967002147520675840> - An update to Kometa has now been published and is available to users of the **nightly** branch."
|
message: "<@&967002147520675840> - An update to Kometa has now been published and is available to users of the **nightly** branch."
|
||||||
commits: "true"
|
commits: "true"
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png
|
||||||
author: ${{ env.REPO_NAME }} Nightly Release
|
author: ${{ vars.REPO_NAME }} Nightly Release
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/release.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/release.png
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
||||||
title: Release VERSION
|
title: Release VERSION
|
||||||
message: "<@&967002324646113290> - A new version of Kometa has been released and is available to all users.\n\nWe **strongly** recommend users who previously switched to the `nightly` or `develop` branches to resolve any previous issues to now switch back to the `latest` branch now."
|
message: "<@&967002324646113290> - A new version of Kometa has been released and is available to all users.\n\nWe **strongly** recommend users who previously switched to the `nightly` or `develop` branches to resolve any previous issues to now switch back to the `latest` branch now."
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
|
||||||
author: Kometa Release
|
author: Kometa Release
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png
|
14
.github/workflows/version.yml
vendored
14
.github/workflows/version.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
|
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build and Push LXML
|
- name: Build and Push LXML
|
||||||
id: docker_build
|
id: docker_build_lxml
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
|
@ -65,11 +65,11 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
title: "${{ env.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Successful**"
|
title: "${{ vars.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Successful**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 844716
|
color: 844716
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
||||||
|
|
||||||
|
@ -79,11 +79,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||||
message: <@&1079153184007790652>
|
message: <@&1079153184007790652>
|
||||||
title: "${{ env.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Failed**"
|
title: "${{ vars.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Failed**"
|
||||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||||
color: 14879811
|
color: 14879811
|
||||||
username: Kobota
|
username: Kobota
|
||||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/bot.png
|
||||||
author: Docker
|
author: Docker
|
||||||
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.0-develop5
|
2.0.0-develop6
|
||||||
|
|
|
@ -133,7 +133,7 @@ nav:
|
||||||
- INSTALLATION:
|
- INSTALLATION:
|
||||||
- Installing Kometa: kometa/install/overview.md
|
- Installing Kometa: kometa/install/overview.md
|
||||||
- Docker Images: kometa/install/images.md
|
- Docker Images: kometa/install/images.md
|
||||||
- Walkthroughs: &walkthroughs
|
- Walkthroughs:
|
||||||
- Local (Win/Mac/Linux): kometa/install/local.md
|
- Local (Win/Mac/Linux): kometa/install/local.md
|
||||||
- Docker: kometa/install/docker.md
|
- Docker: kometa/install/docker.md
|
||||||
- unRAID: kometa/install/unraid.md
|
- unRAID: kometa/install/unraid.md
|
||||||
|
@ -192,8 +192,8 @@ nav:
|
||||||
- Trakt: config/trakt.md
|
- Trakt: config/trakt.md
|
||||||
- MyAnimeList: config/myanimelist.md
|
- MyAnimeList: config/myanimelist.md
|
||||||
- Trakt and MyAnimeList Authentication: config/auth.md
|
- Trakt and MyAnimeList Authentication: config/auth.md
|
||||||
- OTHER:
|
- OTHER:
|
||||||
- Scheduling Parts: config/schedule.md
|
- Scheduling Parts: config/schedule.md
|
||||||
- KOMETA DEFAULTS:
|
- KOMETA DEFAULTS:
|
||||||
- Defaults Usage Guide: defaults/guide.md
|
- Defaults Usage Guide: defaults/guide.md
|
||||||
- Defaults Files: defaults/files.md
|
- Defaults Files: defaults/files.md
|
||||||
|
|
|
@ -314,7 +314,7 @@ class Webhooks:
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"username": "Kobota",
|
"username": "Kobota",
|
||||||
"avatar_url": "https://github.com/Kometa-Team/Kometa/raw/master/.github/logo.png"
|
"avatar_url": "https://github.com/Kometa-Team/Kometa/raw/master/.github/bot.png"
|
||||||
}
|
}
|
||||||
if description:
|
if description:
|
||||||
new_json["embeds"][0]["description"] = description
|
new_json["embeds"][0]["description"] = description
|
||||||
|
|
Loading…
Reference in a new issue