Skip to content

Fix notify_only_default_branch check for Slack service

Chris requested to merge mrchrisw-fix-slack-notify into master

What does this MR do?

Fixes the notify_only_default_branch conditional check

Are there points in the code the reviewer needs to double check?

Specs

Why was this MR needed?

The notify_only_default_branch property is using boolean_accessor this means we need to check it using a question methods. Also add specs for disabling this option.

Does this MR meet the acceptance criteria?

Links

Merge request reports