Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 580 Bytes

Tars

Tars is a bot which will automatically merge PR's raised by greenkeeper-io if all the tests pass. It is designed specifically for devlog project.

Config

Have a file tars.cfg with the below config in the root directory

{
    access_token: "token"
}

This access token should be obtained from github.

Tars can be configured to run as a cron job. There is a great site crontab.guru to find out a suitable cron schedule expression.

Inspired by bors