Get ready for launch

This build will fail
This commit is contained in:
Roxedus
2022-12-19 18:01:55 +01:00
parent 99f542e36b
commit 0780684e60
34 changed files with 2192 additions and 105 deletions

View File

@@ -0,0 +1,12 @@
name: Comment on invalid interaction
on:
issues:
types:
- labeled
jobs:
add-comment-on-invalid:
if: github.event.label.name == 'invalid'
permissions:
issues: write
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
secrets: inherit