Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2023-02-12 08:59:58 -06:00
parent fa84ae9b61
commit 951d9e8ae9
5 changed files with 28 additions and 6 deletions

12
.github/workflows/call_invalid_helper.yml vendored Executable file
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