diff options
| author | felix920506 <felix920506@gmail.com> | 2024-03-27 13:23:10 -0400 |
|---|---|---|
| committer | felix920506 <felix920506@gmail.com> | 2024-03-27 13:23:10 -0400 |
| commit | 9ec657cf6e93dcf26206a2be98c2072bb63d6d23 (patch) | |
| tree | ee277727ab39375f22fb3a4933dca0b54a4fe644 | |
| parent | 81c24cb9a8dcfaf07261cb57c4de16acbe78bdad (diff) | |
Remove permission check from GHA
Permission check is moved to the script itself
| -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 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 |
