Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ async function findTCStatus(github, owner, repo, branch, configuration) {
let builder = new APIBuilder({
title: 'Taskcluster GitHub API Documentation',
description: [
'The github service, typically available at',
'`github.taskcluster.net`, is responsible for publishing pulse',
'messages in response to GitHub events.',
'The github service is responsible for creating tasks in reposnse',
'to GitHub events, and posting results to the GitHub UI.',
'',
'This document describes the API end-point for consuming GitHub',
'web hooks, as well as some useful consumer APIs.',
Expand Down