diff --git a/.github/stale.yml b/.github/stale.yml index 430e165e..f8a4dd9d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 28 exemptLabels: - suggestion - bug + - improvement - upstream issue - wontfix - to investigate diff --git a/content/bluesky_logo.svg b/content/bluesky_logo.svg new file mode 100644 index 00000000..f264eec5 --- /dev/null +++ b/content/bluesky_logo.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/content/news.json b/content/news.json index e265ecc2..ea398d25 100644 --- a/content/news.json +++ b/content/news.json @@ -26,5 +26,15 @@ "text": "Use the knife tool to cut cubes and speed up your workflow!" } ] + }, + "psa": { + "color": "#0085ff", + "text_color": "#ffffff", + "graphic": {"source": "https://web.blockbench.net/content/bluesky_logo.svg", "width": 100}, + "text": [ + {"type": "h3", "text": "Blockbench is now on Bluesky!"}, + {"text": "Follow Blockbench on Bluesky for news and cool models! [bsky.app/profile/blockbench.net](https://bsky.app/profile/blockbench.net/)"} + ], + "last": true } } \ No newline at end of file