Skip to content

Commit

Permalink
Merge pull request #1197 from github/timrogers-patch-1
Browse files Browse the repository at this point in the history
Document that `bbs2gh inventory-report` doesn't return personal repos
  • Loading branch information
timrogers authored Dec 22, 2023
2 parents ef6198a + ad0bd3c commit 2e24a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@

- Update `bbs2gh inventory-report` help text to document that personal repositories owned by users are not supported
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class InventoryReportCommand : CommandBase<InventoryReportCommandArgs, In
{
public InventoryReportCommand() : base(
name: "inventory-report",
description: "Generates several CSV files containing lists of BBS projects and repos. Useful for planning large migrations." +
description: "Generates several CSV files containing lists of BBS projects and repos. Useful for planning large migrations. Personal repositories owned by individual users will not be included." +
Environment.NewLine +
"Note: Expects BBS_USERNAME and BBS_PASSWORD env variables or --bbs-username and --bbs-password options to be set.")
{
Expand Down

0 comments on commit 2e24a3e

Please sign in to comment.