aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-04-15 20:07:43 +0200
committerGitHub <noreply@github.com>2026-04-15 20:07:43 +0200
commitff4d384cd68e99b7339a0c0003929bbe2b9794c1 (patch)
treec6a4598d45308248b289f4c1fe09c4700700504f /.github/workflows
parent8510cfe77de66d12bc88fcbef4b06ca637d90ab8 (diff)
parent9ec657cf6e93dcf26206a2be98c2072bb63d6d23 (diff)
Remove permission check from GHA (#11231)HEADmaster
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 2adb8f1010..9d3d99cb71 100644
--- a/.github/workflows/commands.yml
+++ b/.github/workflows/commands.yml
@@ -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