Rebase nightly to jammy, migrate to s6v3

This commit is contained in:
TheSpad
2022-12-07 10:52:25 +00:00
parent 0c6bb3b153
commit a4e90eb36b
23 changed files with 48 additions and 42 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