Skip to content

Commit a5a9467

Browse files
authored
Merge branch 'main' into brianaj/1387-speed-up-bbs-e2e-tests
2 parents 528fe64 + 1d77e86 commit a5a9467

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

LATEST-VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.22.0
1+
v1.23.0

RELEASENOTES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- bbs2gh : Added validation for `--archive-path` and `--bbs-shared-home` options to fail fast with clear error messages if the provided paths do not exist or are not accessible. Archive path is now logged before upload operations to help with troubleshooting
2-
- ado2gh: Fixed `--rewire-pipelines` for GitHub Enterprise Cloud with data residency by correctly matching GitHubProximaPipelines service connections by team project name instead of GitHub organization name
1+

releasenotes/v1.23.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- bbs2gh : Added validation for `--archive-path` and `--bbs-shared-home` options to fail fast with clear error messages if the provided paths do not exist or are not accessible. Archive path is now logged before upload operations to help with troubleshooting
2+
- ado2gh: Fixed `--rewire-pipelines` for GitHub Enterprise Cloud with data residency by correctly matching GitHubProximaPipelines service connections by team project name instead of GitHub organization name

src/Octoshift/Commands/GrantMigratorRole/GrantMigratorRoleCommandBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class GrantMigratorRoleCommandBase : CommandBase<GrantMigratorRoleCommand
1010
{
1111
public GrantMigratorRoleCommandBase() : base(
1212
name: "grant-migrator-role",
13-
description: "Allows an organization admin to grant a USER or TEAM the migrator role for a single GitHub organization. The migrator role allows the role assignee to perform migrations into the target organization.")
13+
description: "Allows an organization owner to grant a USER or TEAM the migrator role for a single GitHub organization. The migrator role allows the role assignee to perform migrations into the target organization.")
1414
{
1515
}
1616

src/Octoshift/Commands/RevokeMigratorRole/RevokeMigratorRoleCommandBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class RevokeMigratorRoleCommandBase : CommandBase<RevokeMigratorRoleComma
1010
{
1111
public RevokeMigratorRoleCommandBase() : base(
1212
name: "revoke-migrator-role",
13-
description: "Allows an organization admin to revoke the migrator role for a USER or TEAM for a single GitHub organization. This will remove their ability to run a migration into the target organization.")
13+
description: "Allows an organization owner to revoke the migrator role for a USER or TEAM for a single GitHub organization. This will remove their ability to run a migration into the target organization.")
1414
{
1515
}
1616

0 commit comments

Comments
 (0)