Skip to content

Commit

Permalink
Added Mannequin account type for migrated repos
Browse files Browse the repository at this point in the history
Fix issue octokit#2687
  • Loading branch information
MGbiorczyk95 authored Apr 6, 2023
1 parent f10f5f3 commit 029c41c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Octokit/Models/Response/AccountType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ public enum AccountType
/// Bot account
/// </summary>
[Parameter(Value = "Bot")]
Bot
Bot,

/// <summary>
/// Mannequin account
/// </summary>
[Parameter(Value = "Mannequin")]
Mannequin
}
}

0 comments on commit 029c41c

Please sign in to comment.