Skip to content

Commit a9c9650

Browse files
author
whitequark
committedOct 1, 2017
Set meaningful context for GitHub status reporter.
1 parent d869ea5 commit a9c9650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎master.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,8 @@ c['status'].append(
828828
GitHubStatus(
829829
token=secrets['github']['status_api_token'],
830830
repoOwner='m-labs',
831-
repoName=WithProperties('%(github_repo_name:~)s')))
831+
repoName=WithProperties('%(github_repo_name:~)s'),
832+
context='m-labs/buildbot'))
832833

833834
####### PROJECT IDENTITY
834835

0 commit comments

Comments
 (0)
Please sign in to comment.