mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +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:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
message: <@&1079153184007790652>
|
||||
title: "${{ env.REPO_NAME }}: **Copyright Update Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }}: **Copyright Update Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 14879811
|
||||
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_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()
|
||||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 844716
|
||||
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_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png
|
||||
|
||||
|
@ -70,11 +70,11 @@ jobs:
|
|||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
message: <@&1079153184007790652>
|
||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 14879811
|
||||
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_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."
|
||||
commits: "true"
|
||||
username: Kobota
|
||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
||||
author: ${{ env.REPO_NAME }} Develop Release
|
||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
|
||||
author: ${{ vars.REPO_NAME }} Develop Release
|
||||
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()
|
||||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 844716
|
||||
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_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
||||
|
||||
|
@ -66,10 +66,10 @@ jobs:
|
|||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
message: <@&1079153184007790652>
|
||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 14879811
|
||||
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_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()
|
||||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 844716
|
||||
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_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
|
||||
|
||||
|
@ -70,11 +70,11 @@ jobs:
|
|||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
message: <@&1079153184007790652>
|
||||
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 14879811
|
||||
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_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."
|
||||
commits: "true"
|
||||
username: Kobota
|
||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
|
||||
author: ${{ env.REPO_NAME }} Nightly Release
|
||||
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png
|
||||
author: ${{ vars.REPO_NAME }} Nightly Release
|
||||
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
|
||||
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
|
||||
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_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
|
||||
|
||||
- name: Build and Push LXML
|
||||
id: docker_build
|
||||
id: docker_build_lxml
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./
|
||||
|
@ -65,11 +65,11 @@ jobs:
|
|||
if: success()
|
||||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
title: "${{ env.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Successful**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 844716
|
||||
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_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
|
||||
|
||||
|
@ -79,11 +79,11 @@ jobs:
|
|||
with:
|
||||
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
||||
message: <@&1079153184007790652>
|
||||
title: "${{ env.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
title: "${{ vars.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Failed**"
|
||||
url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
||||
color: 14879811
|
||||
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_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:
|
||||
- Installing Kometa: kometa/install/overview.md
|
||||
- Docker Images: kometa/install/images.md
|
||||
- Walkthroughs: &walkthroughs
|
||||
- Walkthroughs:
|
||||
- Local (Win/Mac/Linux): kometa/install/local.md
|
||||
- Docker: kometa/install/docker.md
|
||||
- unRAID: kometa/install/unraid.md
|
||||
|
@ -192,8 +192,8 @@ nav:
|
|||
- Trakt: config/trakt.md
|
||||
- MyAnimeList: config/myanimelist.md
|
||||
- Trakt and MyAnimeList Authentication: config/auth.md
|
||||
- OTHER:
|
||||
- Scheduling Parts: config/schedule.md
|
||||
- OTHER:
|
||||
- Scheduling Parts: config/schedule.md
|
||||
- KOMETA DEFAULTS:
|
||||
- Defaults Usage Guide: defaults/guide.md
|
||||
- Defaults Files: defaults/files.md
|
||||
|
|
|
@ -314,7 +314,7 @@ class Webhooks:
|
|||
}
|
||||
],
|
||||
"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:
|
||||
new_json["embeds"][0]["description"] = description
|
||||
|
|
Loading…
Reference in a new issue