From 920fa7888bcf36d22fa0122669e6363b5333c24b Mon Sep 17 00:00:00 2001 From: Karsa Date: Thu, 16 Oct 2025 13:59:35 +0200 Subject: [PATCH] fix(): update brand logo statement link in github action (#3630) --- .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 90893860d..ea5116b7f 100644 --- a/.github/workflows/close-issue-with-banned-phrases.yml +++ b/.github/workflows/close-issue-with-banned-phrases.yml @@ -24,7 +24,7 @@ jobs: if echo "$ISSUE_TITLE" | grep -i "$PHRASE"; then gh issue close ${{ github.event.issue.number }} --reason "not planned" --comment "This looks like a duplicate, use the [search](https://github.com/lucide-icons/lucide/issues?q=is%3Aissue+$PHRASE) to find similar issues. - Read more about brand guideline rules at [We're not accepting new Brand icons #670](https://github.com/lucide-icons/lucide/issues/670). + Read [our official statement about brand logos in Lucide](https://github.com/lucide-icons/lucide/blob/main/BRAND_LOGOS_STATEMENT.md). Always happy to help on [Discord](https://discord.gg/EH6nSts)." gh issue lock ${{ github.event.issue.number }} --reason spam