Remove reference to legacy bionic tag

This commit is contained in:
TheSpad 2023-02-09 19:51:46 +00:00
parent c97eaea176
commit aec85facc7
No known key found for this signature in database
GPG key ID: 08F06191F4587860
3 changed files with 14 additions and 15 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