Skip to content

Commit

Permalink
Add "Bot" AccountType, was causing a deserialization exception when r…
Browse files Browse the repository at this point in the history
…unning the integration test "SearchForExcludedLanguage" (#1541)
  • Loading branch information
ryangribble committed Jan 16, 2017
1 parent c520ab0 commit 119f672
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Octokit/Models/Response/AccountType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ public enum AccountType
/// <summary>
/// Organization account
/// </summary>
Organization
Organization,

/// <summary>
/// Bot account
/// </summary>
Bot
}
}

0 comments on commit 119f672

Please sign in to comment.