Remove permission check from GHA

Permission check is moved to the script itself
This commit is contained in:
felix920506 2024-03-27 13:23:10 -04:00
parent 81c24cb9a8
commit 9ec657cf6e
No known key found for this signature in database
GPG Key ID: ED6C0F3630496234

View File

@ -124,7 +124,7 @@ jobs:
rename: rename:
name: 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 runs-on: ubuntu-latest
steps: steps:
- name: pull in script - name: pull in script