Examples: Drop deprecated aliases query, urlPattern (#2443)
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = class GitlabPipelineStatus extends BaseSvgScrapingService {
|
||||
title: 'Gitlab pipeline status (self-hosted)',
|
||||
pattern: ':user/:repo',
|
||||
namedParams: { user: 'GNOME', repo: 'pango' },
|
||||
query: { gitlab_url: 'https://gitlab.gnome.org' },
|
||||
queryParams: { gitlab_url: 'https://gitlab.gnome.org' },
|
||||
staticExample: this.render({ status: 'passed' }),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user