Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2023-02-12 06:29:34 -06:00
parent b274d7d4f0
commit 044bae1e6e
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