mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
Adding RemovedFromProject and other missing EventInfoState types. (#1591)
* Adding missing review types to event info. * Fixing whitespace. * Reword `BaseRefChanged` comment * Adding missing event types.
This commit is contained in:
committed by
Ryan Gribble
parent
d3aea72af2
commit
eb10aae74f
@@ -162,6 +162,41 @@ namespace Octokit
|
||||
/// </summary>
|
||||
HeadRefRestored,
|
||||
|
||||
/// <summary>
|
||||
/// The actor dismissed a review from the pull request.
|
||||
/// </summary>
|
||||
ReviewDismissed,
|
||||
|
||||
/// <summary>
|
||||
/// The actor requested review from the subject on this pull request.
|
||||
/// </summary>
|
||||
ReviewRequested,
|
||||
|
||||
/// <summary>
|
||||
/// The actor removed the review request for the subject on this pull request.
|
||||
/// </summary>
|
||||
ReviewRequestRemoved,
|
||||
|
||||
/// <summary>
|
||||
/// The issue was added to a project board.
|
||||
/// </summary>
|
||||
AddedToProject,
|
||||
|
||||
/// <summary>
|
||||
/// The issue was moved between columns in a project board.
|
||||
/// </summary>
|
||||
MovedColumnsInProject,
|
||||
|
||||
/// <summary>
|
||||
/// The issue was removed from a project board.
|
||||
/// </summary>
|
||||
RemovedFromProject,
|
||||
|
||||
/// <summary>
|
||||
/// The issue was created by converting a note in a project board to an issue.
|
||||
/// </summary>
|
||||
ConvertedNoteToIssue,
|
||||
|
||||
/// <summary>
|
||||
/// The actor unsubscribed from notifications for an issue.
|
||||
/// </summary>
|
||||
@@ -178,21 +213,6 @@ namespace Octokit
|
||||
/// </summary>
|
||||
Committed,
|
||||
|
||||
/// <summary>
|
||||
/// The actor requested review from the subject on this pull request.
|
||||
/// </summary>
|
||||
ReviewRequested,
|
||||
|
||||
/// <summary>
|
||||
/// The actor dismissed a review from the pull request.
|
||||
/// </summary>
|
||||
ReviewDismissed,
|
||||
|
||||
/// <summary>
|
||||
/// The actor removed the review request for the subject on this pull request.
|
||||
/// </summary>
|
||||
ReviewRequestRemoved,
|
||||
|
||||
/// <summary>
|
||||
/// Base branch of the pull request was changed.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user