Skip to content

Commit

Permalink
Set meaningful context for GitHub status reporter.
Browse files Browse the repository at this point in the history
whitequark committed Oct 1, 2017
1 parent d869ea5 commit a9c9650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -828,7 +828,8 @@ c['status'].append(
GitHubStatus(
token=secrets['github']['status_api_token'],
repoOwner='m-labs',
repoName=WithProperties('%(github_repo_name:~)s')))
repoName=WithProperties('%(github_repo_name:~)s'),
context='m-labs/buildbot'))

####### PROJECT IDENTITY

0 comments on commit a9c9650

Please sign in to comment.