mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Added Mannequin account type for migrated repos (#2694)
* Added Mannequin account type for migrated repos Fix issue #2687 * Update AccountType.cs * Added information about mannequin account type
This commit is contained in:
@@ -20,6 +20,13 @@ namespace Octokit
|
||||
/// Bot account
|
||||
/// </summary>
|
||||
[Parameter(Value = "Bot")]
|
||||
Bot
|
||||
Bot,
|
||||
|
||||
/// <summary>
|
||||
/// Mannequin account - all user activity in the migrated repository (except Git commits)
|
||||
/// is attributed to placeholder identities called mannequins.
|
||||
/// </summary>
|
||||
[Parameter(Value = "Mannequin")]
|
||||
Mannequin
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user