mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 14:25:21 -04:00
Remove permission check from GHA (#11231)
Permission check is moved to the script itself
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user