Remove permission check from GHA (#11231)

Permission check is moved to the script itself
This commit is contained in:
Bond-009
2026-04-15 20:07:43 +02:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
rename:
name: Rename
if: contains(github.event.comment.body, '@jellyfin-bot rename') && github.event.comment.author_association == 'MEMBER'
if: contains(github.event.comment.body, '@jellyfin-bot rename')
runs-on: ubuntu-latest
steps:
- name: pull in script