Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
5.4.37
-
None
-
None
-
Sprint 44
-
0.7
Description
Setup require valid Jira issue hook and select exclude merge commits checkbox. Merge a branch into master with a merge commit then push master.
The merge commit is blocked even though we chose to exclude it.
We just need to evaluate params[FIELD_EXCLUDE_MERGE_COMMITS]
as a boolean value rather than check for a specific value contained within it.