Add notify watcher action

此提交包含在:
Unknown
2014-03-25 14:04:57 -04:00
父節點 c5ff58272b
當前提交 d3b8e9daa1
共有 8 個檔案被更改,包括 119 行新增95 行删除
+1
查看文件
@@ -23,6 +23,7 @@ type Issue struct {
Name string
RepoId int64 `xorm:"index"`
PosterId int64
Poster *User `xorm:"-"`
MilestoneId int64
AssigneeId int64
IsPull bool // Indicates whether is a pull request or not.