Skip to content

Commit

Permalink
Merge branch 'main' into studio/merge-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHazel authored Nov 19, 2024
2 parents ffa24e6 + 392bc96 commit 6b668cf
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")
BLOCKED_PHRASES=("twitter" "whatsapp" "logo" "google" "tiktok" "facebook" "slack" "discord" "bluesky")
# Check title and body for blocked phrases
for PHRASE in "${BLOCKED_PHRASES[@]}"
Expand Down

0 comments on commit 6b668cf

Please sign in to comment.