Rebase master to Jammy, migrate to s6v3

This commit is contained in:
TheSpad 2022-12-07 14:19:21 +00:00
parent 834c22d2f8
commit 4b07d0d417
No known key found for this signature in database
GPG key ID: 08F06191F4587860
23 changed files with 49 additions and 43 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