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
No known key found for this signature in database
GPG key ID: 08F06191F4587860
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