mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-07 06:37:09 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user