Broken commands with uppercase letters #460
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Support Requests' | |
| on: | |
| issues: | |
| types: [labeled, unlabeled, reopened] | |
| permissions: | |
| issues: write | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/[email protected] | |
| with: | |
| support-label: 'support' | |
| close-issue: true | |
| lock-issue: false | |
| issue-lock-reason: 'off-topic' | |
| issue-comment: > | |
| We use the issue tracker exclusively for bug reports and feature requests. | |
| However, this issue appears to be a support request. | |
| Please join our Discord at https://discordsrv.com/discord and go to the #create-a-ticket channel for help with installing or configuring DiscordSRV. |