Rebase to jammy

This commit is contained in:
TheSpad 2022-12-13 18:49:14 +00:00
parent 5602274678
commit 966f7a858c
No known key found for this signature in database
GPG key ID: 08F06191F4587860
4 changed files with 18 additions and 1 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