Migrate deprecated staticExample -> staticPreview (#2650)

This commit is contained in:
Paul Melnikow
2019-01-06 17:30:25 -05:00
committed by GitHub
parent a614de5fc9
commit 89113eee17
105 changed files with 227 additions and 224 deletions

View File

@@ -41,7 +41,7 @@ module.exports = class GithubPullRequestCheckState extends GithubAuthService {
repo: 'shields',
number: '1110',
},
staticExample: this.render({ which: 's', state: 'pending' }),
staticPreview: this.render({ which: 's', state: 'pending' }),
keywords,
documentation,
},
@@ -53,7 +53,7 @@ module.exports = class GithubPullRequestCheckState extends GithubAuthService {
repo: 'shields',
number: '1110',
},
staticExample: this.render({
staticPreview: this.render({
which: 'contexts',
state: 'pending',
stateCounts: { passed: 5, pending: 1 },