ci: added pix to brand filter (#2908)

This commit is contained in:
Jakob Guddas
2025-03-17 14:38:56 +01:00
committed by GitHub
parent fccfaa3dd0
commit 73a6c8045d

View File

@@ -16,7 +16,7 @@ jobs:
- name: Check for blocked phrases in issue title
run: |
ISSUE_TITLE=$(jq -r '.issue.title' "$GITHUB_EVENT_PATH")
BLOCKED_PHRASES=("twitter" "whatsapp" "logo" "google" "tiktok" "facebook" "slack" "discord" "bluesky" "spotify" "behance")
BLOCKED_PHRASES=("twitter" "whatsapp" "logo" "google" "tiktok" "facebook" "slack" "discord" "bluesky" "spotify" "behance" "pix")
# Check title and body for blocked phrases
for PHRASE in "${BLOCKED_PHRASES[@]}"