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
Copy file name to clipboardExpand all lines: src/Octoshift/Commands/GrantMigratorRole/GrantMigratorRoleCommandBase.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ public class GrantMigratorRoleCommandBase : CommandBase<GrantMigratorRoleCommand
10
10
{
11
11
publicGrantMigratorRoleCommandBase():base(
12
12
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.")
Copy file name to clipboardExpand all lines: src/Octoshift/Commands/RevokeMigratorRole/RevokeMigratorRoleCommandBase.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ public class RevokeMigratorRoleCommandBase : CommandBase<RevokeMigratorRoleComma
10
10
{
11
11
publicRevokeMigratorRoleCommandBase():base(
12
12
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.")
0 commit comments