Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slack
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
slack
Merge requests
!10
Issue
#3335983
: Fix up schema descriptions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3335983
: Fix up schema descriptions
issue/slack-3335983:3335983-fix-up-schema
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Stephen Mustgrave
requested to merge
issue/slack-3335983:3335983-fix-up-schema
into
8.x-1.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
447066f3
1 commit,
2 years ago
2 files
+
25
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
config/schema/slack.settings.yml
+
9
−
0
Options
@@ -3,13 +3,22 @@ slack.settings:
mapping
:
slack_webhook_url
:
type
:
uri
label
:
'
Webhook
URL'
slack_channel
:
type
:
string
label
:
'
Default
channel'
slack_username
:
type
:
string
label
:
'
Default
username'
slack_icon_type
:
type
:
string
label
:
'
Type
of
image'
slack_icon_emoji
:
type
:
string
label
:
'
Emoji
code'
slack_icon_url
:
type
:
uri
label
:
'
Image
URL'
slack_link_names
:
type
:
boolean
label
:
'
Link
names'
Loading