Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

[Bug]: App no longer functions #102

[Bug]: App no longer functions

[Bug]: App no longer functions #102

name: Support Notice
on:
issues:
types: [opened]
jobs:
post-notice:
runs-on: ubuntu-latest
steps:
- uses: derekprior/add-autoresponse@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
respondableId: ${{ github.event.issue.node_id }}
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 }}