This repository has been archived by the owner on May 18, 2024. It is now read-only.
[Bug]: 2.4.0.0 will not sign in #103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |