Revert https://github.com/janovesk/octokit.net/commit/4d2bc143b305e65d59ed8d8404f6e1b1e5858dbb. The parameter attribute only works for serialization, not deserialization.

This commit is contained in:
Jan Ove Skogheim
2015-02-25 20:32:26 +01:00
parent a61727ff2b
commit 015ecb97de
-2
View File
@@ -156,13 +156,11 @@ namespace Octokit
/// <summary>
/// The pull requests branch was deleted.
/// </summary>
[Parameter(Value = "head_ref_deleted")]
HeadRefDeleted,
/// <summary>
/// The pull requests branch was restored.
/// </summary>
[Parameter(Value = "head_ref_restored")]
HeadRefRestored,
}
}