mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 10:12:38 +00:00
Revert https://github.com/janovesk/octokit.net/commit/4d2bc143b305e65d59ed8d8404f6e1b1e5858dbb. The parameter attribute only works for serialization, not deserialization.
This commit is contained in:
@@ -156,13 +156,11 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// The pull request’s branch was deleted.
|
||||
/// </summary>
|
||||
[Parameter(Value = "head_ref_deleted")]
|
||||
HeadRefDeleted,
|
||||
|
||||
/// <summary>
|
||||
/// The pull request’s branch was restored.
|
||||
/// </summary>
|
||||
[Parameter(Value = "head_ref_restored")]
|
||||
HeadRefRestored,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user