We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af3029 commit 344c9b6Copy full SHA for 344c9b6
scripts/bluesky/main.js
@@ -16,6 +16,7 @@ const {Octokit} = require("@octokit/rest");
16
notes = notes.replaceAll('**', '');
17
notes = notes.replace(/ \(\[[0-9a-z]+\]\(.*\)/g, '');
18
notes = notes.trim();
19
+ notes = notes.substring(0, 249);
20
21
const agent = new BskyAgent({ service: 'https://bsky.social' });
22
await agent.login({ identifier: process.env.BLUESKY_IDENTIFIER, password: process.env.BLUESKY_PASSWORD });
0 commit comments