mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
Add "Bot" AccountType, was causing a deserialization exception when running the integration test "SearchForExcludedLanguage" (#1541)
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
/// <summary>
|
||||
/// Organization account
|
||||
/// </summary>
|
||||
Organization
|
||||
Organization,
|
||||
|
||||
/// <summary>
|
||||
/// Bot account
|
||||
/// </summary>
|
||||
Bot
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user