Skip to content
Snippets Groups Projects

Add support to configure webhook_timeout in gitlab.yaml

Closed gitlab-qa-bot requested to merge github/fork/wesgurn/master into master
2 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -85,12 +85,18 @@
color: #666;
}
.last-activity, .owner-info {
.last-activity {
color: #AAA;
display: block;
margin-top: 5px;
.date, .owner {
.date {
color: #777;
}
}
}
.group-row {
.arrow {
padding: 2px 5px;
}
}
Loading