Sostituisce utente anuti con codex, aggiorna token
This commit is contained in:
@@ -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:]
|
||||
| .[]
|
||||
|
||||
Reference in New Issue
Block a user