mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
13 lines
304 B
YAML
13 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
|