Remove defunct cloudxns plugin

This commit is contained in:
Eric Nemchik
2022-12-03 15:30:41 +00:00
parent 96fc59d975
commit ed5efcfa75
8 changed files with 17 additions and 10 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