diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-04-15 20:07:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 20:07:43 +0200 |
| commit | ff4d384cd68e99b7339a0c0003929bbe2b9794c1 (patch) | |
| tree | c6a4598d45308248b289f4c1fe09c4700700504f /.github/workflows | |
| parent | 8510cfe77de66d12bc88fcbef4b06ca637d90ab8 (diff) | |
| parent | 9ec657cf6e93dcf26206a2be98c2072bb63d6d23 (diff) | |
Permission check is moved to the script itself
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/commands.yml | 2 |
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 |
