mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 01:35:56 +08:00
修复: 缺少title和body
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
json.(pull, :id, :head, :base, :is_original)
|
||||
json.(pull, :id, :title, :body, :head, :base, :is_original)
|
||||
json.index pull.gitea_number
|
||||
json.status pull.status == 1 ? "merged" : (pull.status == 2 ? "closed" : "open")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user