Commit Graph

12 Commits

Author SHA1 Message Date
Bex Warner
1820442f68 Add probot-messages (#657)
* Update extensions.md

* Update extensions.md
2018-08-19 17:42:02 -05:00
Alberto Gimeno
8df333ccf8 Adds missing awaits (#584)
Both `get` and `set` are async in the metadata library. The `await` in `get` is required in this case because otherwise it will always to set a promise on the metadata, which doesn't make sense, and the await in set is required to not swallow the rejection if it fails.
2018-06-26 13:23:50 -07:00
Bex Warner
44d2f5aa83 add env config docs (#544)
* add env config docs

* fix environmental, add quotes

* actually commit all the things

* add npm rules blurb

* dotenv npm wording

* make formatting into a beautiful table

* place ordering before deployment

* fix md tables for gh markdown even though they work in atom readme preview

* specify defaults and add period
2018-06-12 12:59:56 -07:00
Brandon Keepers
2efa0b24b7 chore: Rename robot to app (#542)
This replaces all internal references to "robot" with "app" or
"Application". There should be no functional change in public APIs, but
may cause some issues for anyone using internal APIs.
2018-06-01 17:45:23 -05:00
Ashantha Lahiru
42e23d43ba Fix typo (#515) 2018-04-24 11:54:48 -04:00
Brandon Keepers
9a26b1a968 docs: Add probot-attachments to extensions list (#510) 2018-04-21 09:59:12 -04:00
Aditya Agarwal
3e9bcea693 doc: Modified conflicting in probot-config docs (#505) 2018-04-18 18:51:24 -05:00
Brandon Keepers
c8da5b451d Fix lint error introduced in #390 2018-01-11 21:30:04 -06:00
Brandon Keepers
9251282a6e Document probot-config extension (#390)
* Document probot-config extension

* Fix lint errors in docs

* await
2018-01-11 19:05:42 -06:00
Brandon Keepers
2bad978e4b Reorder, document metadata 2017-09-12 06:54:04 -07:00
Brandon Keepers
24c9bba5ca Fix JS style 2017-09-12 06:40:39 -07:00
Brandon Keepers
0ec3550882 Add docs on extensions 2017-09-11 20:46:57 -07:00