Skip to content

Enigmatica10 repository does not have "suggestion" label #19

Enigmatica10 repository does not have "suggestion" label

Enigmatica10 repository does not have "suggestion" label #19

Workflow file for this run

name: 'Support Requests'
on:
issues:
types: [labeled, unlabeled, reopened]
workflow_call:
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: >
: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 [support channel on our Discord](https://discord.gg/kZ7RdrD)
to get help with the project.
close-issue: true
lock-issue: false