Discussion Autoresponder #1
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: Discussion Autoresponder | |
on: | |
discussion: | |
types: [created] | |
jobs: | |
autorespond: | |
name: Autorespond to New Discussions | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Discussion Autoresponder | |
uses: wesleyscholl/[email protected] | |
with: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
comment_body: "Hi! We have now moved our discussions to [Discourse](https://pybamm.discourse.group/). Please post your question there." | |
delay_milliseconds: 0 |