Skip to content

Commit

Permalink
feat: github触发器事件补充 #9372
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Sep 18, 2023
1 parent 4551d13 commit 51467c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ data class CodeGithubWebHookTriggerElement(
@ApiModelProperty("路径过滤类型", required = true)
val pathFilterType: PathFilterType? = PathFilterType.NamePrefixFilter,
@ApiModelProperty("用于包含的路径", required = false)
val includePaths: String?,
val includePaths: String? = "",
@ApiModelProperty("用于排除的路径", required = false)
val excludePaths: String?,
val excludePaths: String? = "",
@ApiModelProperty("用户白名单", required = false)
val includeUsers: String? = null,
@ApiModelProperty("用于排除的源分支名称", required = false)
Expand Down

0 comments on commit 51467c5

Please sign in to comment.