mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 11:57:37 -05:00
refactor: issue icon widget
This commit is contained in:
@@ -62,7 +62,7 @@ class GithubEventPayload {
|
||||
String action;
|
||||
String ref;
|
||||
String before;
|
||||
String after;
|
||||
String head;
|
||||
List<GithubEventCommit> commits;
|
||||
Map<String, dynamic> forkee;
|
||||
|
||||
@@ -79,6 +79,11 @@ class GithubEventIssue {
|
||||
int number;
|
||||
String body;
|
||||
dynamic pullRequest;
|
||||
String state;
|
||||
int comments;
|
||||
bool merged;
|
||||
|
||||
bool get isPullRequestComment => pullRequest != null;
|
||||
|
||||
GithubEventIssue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user