Remove permission check from GHA

Permission check is moved to the script itself
pull/11231/head
felix920506 2 months ago
parent 81c24cb9a8
commit 9ec657cf6e
No known key found for this signature in database
GPG Key ID: ED6C0F3630496234

@ -124,7 +124,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

Loading…
Cancel
Save