From 1b4d1c8d3c2c6500aab7887727454e5a2a53dd53 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Thu, 29 Feb 2024 22:10:42 -0600 Subject: [PATCH] Update support-notice.yml --- .github/workflows/support-notice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/support-notice.yml b/.github/workflows/support-notice.yml index d3f6237e9..5b743c156 100644 --- a/.github/workflows/support-notice.yml +++ b/.github/workflows/support-notice.yml @@ -14,5 +14,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: respondableId: ${{ github.event.issue.node_id }} - response: "Support for Cider 1.0 is in a reduced state. Do not expect replies or acknowledgement for issues that do not break full functionality of the app (Media playback, plugin functionality etc.).\n\nIf you are interested in joining the Cider 2 open alpha, you can join our Discord [here](https://discord.gg/AppleMusic)." - author: ${{ github.event.issue.user.login }} \ No newline at end of file + response: "Cider 1.x is no longer actively maintained. We highly suggest moving to the newer version versions of the app available at https://cider.sh through official storefronts ex. Itch.io, or the Microsoft Store." + author: ${{ github.event.issue.user.login }}