Accept default branch param on notifaction services
This commit is contained in:
parent
e57545351b
commit
3155f5a272
3 changed files with 6 additions and 1 deletions
|
@ -38,6 +38,7 @@ module ServiceParams
|
|||
:new_issue_url,
|
||||
:notify,
|
||||
:notify_only_broken_pipelines,
|
||||
:notify_only_default_branch,
|
||||
:password,
|
||||
:priority,
|
||||
:project_key,
|
||||
|
|
|
@ -5,7 +5,7 @@ module Projects
|
|||
|
||||
before_action :authorize_admin_project!
|
||||
layout "project_settings"
|
||||
|
||||
|
||||
def show
|
||||
@hooks = @project.hooks
|
||||
@hook = ProjectHook.new
|
||||
|
|
4
changelogs/unreleased/zj-accept-default-branch-param.yml
Normal file
4
changelogs/unreleased/zj-accept-default-branch-param.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Ensure the chat notifications service properly saves the "Notify only default branch" setting
|
||||
merge_request: 10959
|
||||
author:
|
Loading…
Reference in a new issue