aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorfelix920506 <felix920506@gmail.com>2024-03-27 13:23:10 -0400
committerfelix920506 <felix920506@gmail.com>2024-03-27 13:23:10 -0400
commit9ec657cf6e93dcf26206a2be98c2072bb63d6d23 (patch)
treeee277727ab39375f22fb3a4933dca0b54a4fe644 /.github/workflows
parent81c24cb9a8dcfaf07261cb57c4de16acbe78bdad (diff)
Remove permission check from GHA
Permission check is moved to the script itself
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/commands.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml
index d78f11166c..23636cff64 100644
--- a/.github/workflows/commands.yml
+++ b/.github/workflows/commands.yml
@@ -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