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
commit ff4d384cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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