diff --git a/pkg/config/config.go b/pkg/config/config.go index 7360d57..1812b21 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -134,7 +134,7 @@ var ParameterList = []Parameter{ Name: "pr-filter", Description: "Filter projects based on the PR changes (Only for github SCM).", Required: false, - DefaultValue: "false", + DefaultValue: "true", Shorthand: "u", }, }