feat(ci): add x.com to brand filter (#2939)

* ci: add `x.com` to brand filter

* Update custom-words.txt
This commit is contained in:
Jakob Guddas
2025-03-24 09:33:02 +01:00
committed by GitHub
parent 4835ae67a9
commit 4ea41dc329
2 changed files with 2 additions and 1 deletions

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" "pix")
BLOCKED_PHRASES=("twitter" "whatsapp" "logo" "google" "tiktok" "facebook" "slack" "discord" "bluesky" "spotify" "behance" "pix" "x.com")
# Check title and body for blocked phrases
for PHRASE in "${BLOCKED_PHRASES[@]}"