docker-audacity/.github/workflows/call_invalid_helper.yml
2022-12-13 18:49:14 +00:00

12 lines
304 B
YAML

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