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