From 9b738c1cb67e6c3acca3eb55df1f35b971ff9d30 Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Fri, 7 Mar 2025 16:40:12 +0100 Subject: [PATCH] ci: added `bluesky` and `spotify` to brand list filter (#2857) Co-authored-by: Eric Fennis --- .github/workflows/close-issue-with-banned-phrases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-issue-with-banned-phrases.yml b/.github/workflows/close-issue-with-banned-phrases.yml index 5e1d1eca6..49c56e11c 100644 --- a/.github/workflows/close-issue-with-banned-phrases.yml +++ b/.github/workflows/close-issue-with-banned-phrases.yml @@ -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") + BLOCKED_PHRASES=("twitter" "whatsapp" "logo" "google" "tiktok" "facebook" "slack" "discord" "bluesky" "spotify" "behance") # Check title and body for blocked phrases for PHRASE in "${BLOCKED_PHRASES[@]}"