mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-18 02:35:57 +08:00
更改:events返回数据处理
This commit is contained in:
@@ -2,6 +2,6 @@ json.id @webhook["id"]
|
||||
json.type @webhook["type"]
|
||||
json.content_type @webhook["config"]["content_type"]
|
||||
json.url @webhook["config"]["url"]
|
||||
json.events @webhook["events"]
|
||||
json.events @webhook["events"].collect{|i| %w(pull_request issues).include?(i) ? i + "_only" : i}
|
||||
json.active @webhook["active"]
|
||||
json.create_time @webhook["created_at"].to_time.strftime("%Y-%m-%d %H:%M:%S")
|
||||
Reference in New Issue
Block a user