mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-06 06:07:05 +02:00
Remove permission check from GHA
Permission check is moved to the script itself
This commit is contained in:
parent
81c24cb9a8
commit
9ec657cf6e
2
.github/workflows/commands.yml
vendored
2
.github/workflows/commands.yml
vendored
@ -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…
Reference in New Issue
Block a user