Update support.yml

This commit is contained in:
Lucas Bartholemy 2021-10-05 20:27:17 +02:00 committed by GitHub
parent c9701d7189
commit 469fdd2bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,26 @@
# Configuration for Support Requests - https://github.com/dessant/support-requests
name: 'Support Requests'
# Label used to mark issues as support requests
supportLabel: Support
on:
issues:
types: [labeled, unlabeled, reopened]
# Comment to post on issues marked as support requests, `{issue-author}` is an
# optional placeholder. Set to `false` to disable
supportComment: >
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
and feature requests. However, this issue appears to be a support request.
Please use our community at https://community.humhub.com or the Professional Edition support channels to get help.
# Close issues marked as support requests
close: true
permissions:
issues: write
# Lock issues marked as support requests
lock: false
# Assign `off-topic` as the reason for locking. Set to `false` to disable
setLockReason: true
# Repository to extend settings from
# _extends: repo
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'Support'
issue-comment: >
:wave: @{issue-author}, we use the issue tracker exclusively
for bug reports and feature requests. However, this issue appears
to be a support request.
Please use our community at https://community.humhub.com or the Professional Edition support channels to get help.
close-issue: true
lock-issue: false
issue-lock-reason: 'off-topic'