Taskcluster/TaskClusterGitHub
From MozillaWiki
Docs
http://docs.taskcluster.net/services/taskcluster-github/
Administration
TCGH is a Heroku app, all of its relevant configuration can be managed from the Heroku dashboards.
Setting up a new repo
- Have the repo create a webhook, where the url points at the tcgh heroku app's url.
- Note: There is a "Secret" that must be entered when setting up the webook.
- Note: If the WebHook Secret ever changes all repositories will be broken until they set up their webhooks again.
- Give the GitHub account https://github.com/TaskClusterRobot permissions to comment on pull requests, commits, and set statuses.
- Note: I recommend managing permissions via the creation of "Robot" team where TaskClusterRobot is a member.
- Note: https://github.com/TaskClusterRobot/utils/blob/master/repo-update.js may be used to set permissions in bulk.