Skip to content

Commit

Permalink
ci: added bluesky and spotify to brand list filter (#2857)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
jguddas and ericfennis authored Mar 7, 2025
1 parent aefb710 commit 9b738c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issue-with-banned-phrases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 9b738c1

Please sign in to comment.