added support notice auto reply

This commit is contained in:
Core 2022-12-26 21:15:00 -04:00
parent 23f7f56ecd
commit ab8809ddea
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

18
.github/workflows/support-notice.yml vendored Normal file
View file

@ -0,0 +1,18 @@
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: "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 }}