.charles.yml
This is an optional file which you can add in the root dir of your repo, in order to configure the behaviour of the bot. So far, the following configs are read:
-
commanders
- Normally, only the repo owner can command the bot. With this, you can specify other users too.
-
tweet
- The bot will tweet after executing certain commands (https://www.twitter.com/charlesmikes). This is a boolean that can turn tweeting on and off. By default, tweeting is off.
Example .charles.yml
Bellow you have an example of .charles.yml:
commanders: - amihaiemil - g4s8 tweet: true
You can see a real example of usage here.