Skip to content

AlexanderMoskovkin/github-build-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saucelabs-build-bot

Build Status

Install

$ npm install github-build-bot

Usage

var GitHubBot = require('github-build-bot');

var BUILD_BOT_GITHUB_NAME  = 'github-build-bot-name';
var BUILD_BOT_GITHUB_TOKEN = 'abcde12345abcde12345abcde12345abcde12345';
var SERVER_PORT            = '1800';

new GitHubBot(BUILD_BOT_GITHUB_NAME, BUILD_BOT_GITHUB_TOKEN, SERVER_PORT);

Build Bot commands

@<build-bot-name> \<command>

Supported commands

@<build-bot-name> \retest    //rerun tests for the current pull request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published