Skip to content

Commit

Permalink
Add support-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 29, 2021
1 parent 685e89c commit 27f6422
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/support-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# https://github.com/dessant/support-requests
name: 'Support Requests'

on:
issues:
types: [labeled, unlabeled, reopened]

permissions:
issues: write

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'support'
issue-comment: |
Hi there @{issue-author} :wave:!
I closed this issue because it was labelled as a support question.
Please help us organize discussion by posting this on the http://discourse.jupyter.org/ forum.
Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other.
Thanks you for being an active member of our community! :heart:
close-issue: true
lock-issue: false
issue-lock-reason: 'off-topic'

0 comments on commit 27f6422

Please sign in to comment.