Skip to content

Commit e0662b6

Browse files
committed
fix: update script documentation to clarify copied discussion elements
1 parent afa4f9c commit e0662b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/copy-discussions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// - Both tokens must have the 'repo' scope
1818
// - Dependencies installed via `npm i octokit`
1919
//
20-
// Note: This script copies discussion content, comments, replies, and basic metadata.
21-
// Reactions and other advanced interactions are not copied.
20+
// Note: This script copies discussion content, comments, replies, polls, reactions, locked status,
21+
// and pinned status. Reactions are copied as read-only summaries.
2222
// Attachments (images and files) will not copy over - they need manual handling.
2323

2424
// Configuration

0 commit comments

Comments
 (0)