You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lazywinadmin used this module to migrate his blog comments to Github Issues.
That advanced example is now referenced in the USAGE documentation.
Resolves#102
Copy file name to clipboardExpand all lines: USAGE.md
+20
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@
56
56
*[Get events from a repository](#get-events-from-a-repository)
57
57
*[Get events from an issue](#get-events-from-an-issue)
58
58
*[Get a single event](#get-a-single-event])
59
+
*[Advanced](#advanced)
60
+
*[Migrating blog comments to GitHub issues](#migrating-blog-comments-to-github-issues)
59
61
60
62
----------
61
63
@@ -496,3 +498,21 @@ Get-GitHubEvent -OwnerName Microsoft -RepositoryName PowerShellForGitHub -Issue
496
498
```powershell
497
499
Get-GitHubEvent -OwnerName Microsoft -RepositoryName PowerShellForGitHub -EventID 1
498
500
```
501
+
502
+
----------
503
+
504
+
### Advanced
505
+
506
+
#### Migrating blog comments to GitHub issues
507
+
@LazyWinAdmin used this module to migrate his blog comments from Disqus to GitHub Issues. [See blog post](https://lazywinadmin.com/2019/04/moving_blog_comments.html) for full details.
0 commit comments