Skip to content

Commit

Permalink
kometa rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 21, 2024
1 parent c7cdecd commit 920d337
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,31 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Discord Success Notification
uses: Kometa-Team/discord-notifications@master
if: success()
with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
title: "${{ secrets.REPO_NAME }}: **Success**"
url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Kobota
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
author: PyPI
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg

- name: Discord Failure Notification
uses: Kometa-Team/discord-notifications@master
if: failure()
with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
message: <@&1079153184007790652>
title: "${{ secrets.REPO_NAME }}: **Failure**"
color: 14879811
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
username: Kobota
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: PyPI
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg
20 changes: 10 additions & 10 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Welcome to ArrAPI's documentation!
==========================================================

.. image:: https://img.shields.io/travis/com/meisnate12/ArrAPI?style=plastic
:target: https://app.travis-ci.com/meisnate12/ArrAPI
.. image:: https://img.shields.io/travis/com/Kometa-Team/ArrAPI?style=plastic
:target: https://app.travis-ci.com/Kometa-Team/ArrAPI
:alt: Build Testing

.. image:: https://img.shields.io/readthedocs/arrapi?style=plastic
:target: https://arrapi.metamanager.wiki
:target: https://arrapi.kometa.wiki
:alt: Read the Docs

.. image:: https://img.shields.io/github/v/release/meisnate12/ArrAPI?style=plastic
:target: https://github.com/meisnate12/ArrAPI/releases
.. image:: https://img.shields.io/github/v/release/Kometa-Team/ArrAPI?style=plastic
:target: https://github.com/Kometa-Team/ArrAPI/releases
:alt: GitHub release (latest by date)

.. image:: https://img.shields.io/pypi/v/ArrAPI?style=plastic
Expand All @@ -22,8 +22,8 @@ Welcome to ArrAPI's documentation!
:target: https://pypi.org/project/arrapi/
:alt: Downloads

.. image:: https://img.shields.io/github/commits-since/meisnate12/ArrAPI/latest?style=plastic
:target: https://github.com/meisnate12/ArrAPI/commits/master
.. image:: https://img.shields.io/github/commits-since/Kometa-Team/ArrAPI/latest?style=plastic
:target: https://github.com/Kometa-Team/ArrAPI/commits/master
:alt: GitHub commits since latest release (by date) for a branch

.. image:: https://img.shields.io/badge/-Sponsor_or_Donate-blueviolet?style=plastic
Expand All @@ -44,7 +44,7 @@ Installation & Documentation
Documentation_ can be found at Read the Docs.

.. _Documentation: https://arrapi.metamanager.wiki
.. _Documentation: https://arrapi.kometa.wiki

Connecting to Sonarr
==========================================================
Expand Down Expand Up @@ -299,6 +299,6 @@ Hyperlinks

Usage & Contributions
----------------------------------------------------------
* Source is available on the `Github Project Page <https://github.com/meisnate12/arrapi>`_.
* Source is available on the `Github Project Page <https://github.com/Kometa-Team/ArrAPI>`_.
* Contributors to ArrAPI own their own contributions and may distribute that code under
the `MIT license <https://github.com/meisnate12/arrapi/blob/master/LICENSE.txt>`_.
the `MIT license <https://github.com/Kometa-Team/ArrAPI/blob/master/LICENSE.txt>`_.

0 comments on commit 920d337

Please sign in to comment.