Sostituisce utente anuti con codex, aggiorna token

This commit is contained in:
2026-05-31 01:08:56 +02:00
parent 3b21441524
commit a991512d79
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: linux_amd64
if: |
contains(github.event.comment.body, '@codex') &&
github.event.comment.user.login != 'anuti'
github.event.comment.user.login != 'codex'
steps:
- uses: actions/checkout@v4

View File

@@ -93,7 +93,7 @@ runs:
-H "Authorization: token $TOKEN" \
-H "Accept: application/json" 2>/dev/null || echo "[]")
COMMENTS_TEXT=$(echo "$COMMENTS_JSON" | jq -r '
[.[] | select(.user.login != "anuti")]
[.[] | select(.user.login != "codex")]
| sort_by(.created_at)
| .[-20:]
| .[]