diff --git a/.github/bot.png b/.github/bot.png new file mode 100644 index 00000000..108b7532 Binary files /dev/null and b/.github/bot.png differ diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 658d70c6..877f6bba 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 6e39a404..b6519dca 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -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 diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 194c7335..9eee12a7 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7cd5d44c..55eb44bb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d0c2a77..740e1aab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 16702e3d..57656b35 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -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 diff --git a/VERSION b/VERSION index 62c78af3..c0a59a88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-develop5 +2.0.0-develop6 diff --git a/mkdocs.yml b/mkdocs.yml index 30f0e857..6c79b7c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/modules/webhooks.py b/modules/webhooks.py index 092de625..8ed4f3bc 100644 --- a/modules/webhooks.py +++ b/modules/webhooks.py @@ -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