webhook增加type参数:默认值为softbot
This commit is contained in:
parent
93e1b74a1c
commit
cfb8a3b89d
|
|
@ -25,4 +25,10 @@ public class Webhook {
|
|||
private String branch_filter;
|
||||
|
||||
private Object[] events;
|
||||
|
||||
private String type;
|
||||
|
||||
public String getType() {
|
||||
return "softbot";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue