mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Add action to redirect support requests (#3009)
This commit is contained in:
30
.github/workflows/support.yml
vendored
Normal file
30
.github/workflows/support.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
name: 'Support Requests'
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled, unlabeled, reopened]
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/support-requests@47d5ea12f6c9e4a081637de9626b7319b415a3bf
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
support-label: 'support'
|
||||
issue-comment: >
|
||||
:wave: @{issue-author}. Sorry you are having a problem!
|
||||
This repository is for the n8n documentation though. Having
|
||||
looked at your issue we think you'd get quicker help with your
|
||||
problem by [posting on the community forum](https://community.n8n.io/c/questions/12),
|
||||
where experts from n8n and our community can provide answers
|
||||
to your questions.
|
||||
If you think this issue is specifically to do with the documentation,
|
||||
please re-open and explain what you would like to see in docs to resolve it.
|
||||
close-issue: true
|
||||
issue-close-reason: 'not planned'
|
||||
lock-issue: false
|
||||
issue-lock-reason: 'off-topic'
|
||||
Reference in New Issue
Block a user