From b4a5496b5c8e5277a706512f418550ce19736094 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 1 Dec 2024 20:06:05 +0100 Subject: [PATCH 1/2] Sent test post to verify that the automation works --- records/new/post.json | 5 +++++ review_guidelines.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 records/new/post.json diff --git a/records/new/post.json b/records/new/post.json new file mode 100644 index 0000000..b1bee72 --- /dev/null +++ b/records/new/post.json @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "richText": "We are testing collaborative Bluesky content management. This post is sent from a GitHub action triggered by a merged pull request in REPLACEME!" +} diff --git a/review_guidelines.md b/review_guidelines.md index e5f47e2..7ecd27f 100644 --- a/review_guidelines.md +++ b/review_guidelines.md @@ -5,3 +5,4 @@ The review guidelines are currently under discussions. Currently, only the following automated Bluesky content is allowed: - Posting of release announcements, or reposts of release announcements posted by releasers. +- Posts used to verify the automation itself, if considered appropriate. From fd7c5ef5fdbca010b55497c0f292207d8b0fb95d Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 1 Dec 2024 20:24:35 +0100 Subject: [PATCH 2/2] fixup! Sent test post to verify that the automation works --- records/new/post.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/post.json b/records/new/post.json index b1bee72..8a87988 100644 --- a/records/new/post.json +++ b/records/new/post.json @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "We are testing collaborative Bluesky content management. This post is sent from a GitHub action triggered by a merged pull request in REPLACEME!" + "richText": "We are testing collaborative Bluesky content management. This post is sent from a GitHub action triggered by a merged pull request in https://github.com/nodejs/bluesky/pull/5!" }