More example urls and static examples [apm waffle] (#2478)
This commit is contained in:
@@ -22,8 +22,18 @@ module.exports = class GithubCommitStatus extends LegacyService {
|
||||
return [
|
||||
{
|
||||
title: 'GitHub commit merge status',
|
||||
previewUrl:
|
||||
'badges/shields/master/5d4ab86b1b5ddfb3c4a70a70bd19932c52603b8c',
|
||||
pattern: ':user/:repo/:branch/:commit',
|
||||
namedParams: {
|
||||
user: 'badges',
|
||||
repo: 'shields',
|
||||
branch: 'master',
|
||||
commit: '5d4ab86b1b5ddfb3c4a70a70bd19932c52603b8c',
|
||||
},
|
||||
staticPreview: {
|
||||
label: 'commits since 3.4.7',
|
||||
message: '4225',
|
||||
color: 'blue',
|
||||
},
|
||||
keywords: ['GitHub', 'commit', 'branch', 'merge'],
|
||||
documentation,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user