mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 15:41:54 +02:00
Update support.yml
This commit is contained in:
parent
c9701d7189
commit
469fdd2bb5
40
.github/workflows/support.yml
vendored
40
.github/workflows/support.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user