mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Fix failing tests by adding 2 new (undocumented) EventInfoState values
This commit is contained in:
@@ -204,6 +204,17 @@ namespace Octokit
|
||||
/// url of the reference's source.
|
||||
/// </summary>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Crossreferenced")]
|
||||
Crossreferenced
|
||||
Crossreferenced,
|
||||
|
||||
/// <summary>
|
||||
/// The issue was reveiewed.
|
||||
/// </summary>
|
||||
Reviewed,
|
||||
|
||||
/// <summary>
|
||||
/// A line comment was made.
|
||||
/// </summary>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Linecommented")]
|
||||
Linecommented
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user