chore: update Discord URL (#1980) [skip ci]

This commit is contained in:
TheCatLady
2025-10-06 12:32:38 -07:00
committed by GitHub
parent a3196fd3a3
commit 00b2e97f8d
6 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ jobs:
to be a support request. Please use our support channels
to get help with Jellyseerr.
- [Discord](https://discord.gg/ckbvBtDJgC)
- [Discord](https://discord.gg/seerr)
run: |
retry() { n=0; until "$@"; do n=$((n+1)); [ $n -ge 3 ] && break; echo "retry $n: $*" >&2; sleep 2; done; }
retry gh issue comment "$NUMBER" -R "$GH_REPO" -b "$BODY" || true