document commandss

This commit is contained in:
Graham Christensen 2017-11-23 08:38:52 -05:00
parent bd10f6ed78
commit e23ff2ca3e
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -1,5 +1,53 @@
# grahamcofborg # grahamcofborg
## Commands
1. To trigger the bot, the comment _must_ start with a case
insensitive version of `@GrahamcOfBorg`.
2. To use multiple commands, insert a bit of whitespace and then your
new command.
Commands:
```
@grahamcofborg build list of attrs
```
```
@grahamcofborg eval
```
Multiple Commands:
```
@grahamcofborg build list of attrs
@grahamcofborg eval
```
or even:
```
@grahamcofborg build list of attrs @grahamcofborg eval
```
This will _not_ work:
```
looks good to me!
@grahamcofborg build list of attrs
```
Also this is bad:
```
@grahamcofborg build list of attrs
looks good to me!
```
as it'll try to build `list` `of` `attrs` `looks` `good` `to` `me!`.
# arch
1. All github events go in to web/index.php, which sends the event to 1. All github events go in to web/index.php, which sends the event to
an exchange named for the full name of the repo (ex: nixos/nixpkgs) an exchange named for the full name of the repo (ex: nixos/nixpkgs)
in lower case. The exchange is set to "fanout" in lower case. The exchange is set to "fanout"