Add Rocket and Eyes emoji reactions (#2114)

Co-authored-by: Brendan Forster <brendan@github.com>
This commit is contained in:
Ridwan Hoq
2020-02-25 20:29:43 -06:00
committed by GitHub
parent 01b6086094
commit 8cf6dd2ff2
2 changed files with 16 additions and 5 deletions
+7 -1
View File
@@ -22,7 +22,13 @@ namespace Octokit
Heart,
[Parameter(Value = "hooray")]
Hooray
Hooray,
[Parameter(Value = "rocket")]
Rocket,
[Parameter(Value = "eyes")]
Eyes
}
[DebuggerDisplay("{DebuggerDisplay,nq}")]