Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chrisjwilson.com>2017-05-08 05:00:30 +0300
committerChris Wilson <chris@chrisjwilson.com>2017-05-08 08:55:02 +0300
commit52c8651a6caf5236ff173555164b676958540b9e (patch)
treea881b4466c0303f4b0d0e659041980452929b6c8 /changelogs
parent8b9cd3c072768ca810d2b33009e35d93a05e417f (diff)
Fix notify_only_default_branch check for Slack service
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/mrchrisw-fix-slack-notify.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/mrchrisw-fix-slack-notify.yml b/changelogs/unreleased/mrchrisw-fix-slack-notify.yml
new file mode 100644
index 00000000000..bb45a117be6
--- /dev/null
+++ b/changelogs/unreleased/mrchrisw-fix-slack-notify.yml
@@ -0,0 +1,4 @@
+---
+title: Fix notify_only_default_branch check for Slack service
+merge_request:
+author: