Skip to content

Commit

Permalink
chore: change pr-filter parameter default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
marcportabellaclotet-mt committed Oct 13, 2023
1 parent 1322836 commit 3d4b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
Expand Down

0 comments on commit 3d4b1a2

Please sign in to comment.