Commit Graph

61 Commits

Author SHA1 Message Date
Brandon Keepers
f3073ca8b2 Fix package.json for multiple plugins 2017-04-08 09:01:40 -05:00
Brandon Keepers
ceaea351b9 Specific filename not needed 2017-04-08 08:51:31 -05:00
Lee Dohm
8843f6f21e Add 'dry run' recommendation 2017-04-03 15:29:36 -07:00
Brandon Keepers
03193ad44e Start documenting best practices 2017-04-02 09:43:24 -05:00
Brandon Keepers
b8366bda35 Add docs on paginate method 2017-03-30 16:00:39 -07:00
Brandon Keepers
cbad7462d1 Clarify that it's the _webhook_ secret 2017-03-25 08:25:56 -05:00
Brandon Keepers
c0d8f4d112 Fix formatting 2017-03-20 10:35:41 -05:00
Brandon Keepers
6ac5b45464 Start of deploy docs 2017-03-19 23:19:09 -05:00
Brandon Keepers
989586b293 Update plugin docs 2017-03-19 23:19:09 -05:00
Brandon Keepers
e11927dfcd Add API docs 2017-03-19 23:19:09 -05:00
Brandon Keepers
7316dae28a Update development docs 2017-03-19 23:19:08 -05:00
Brandon Keepers
56079928fb Remove workflow demo
Moved to https://github.com/probot/workflow/blob/master/docs/demo.js
2017-03-19 13:41:58 -05:00
Brandon Keepers
5ba0d012c6 Update plugin docs 2017-03-18 12:42:11 -05:00
Brandon Keepers
3687f99db1 Add docs on logging 2017-03-14 17:49:09 -05:00
Brandon Keepers
780b7970bb More updates to docs 2017-03-13 10:38:42 -05:00
Brandon Keepers
a44116eb36 Edits 2017-03-12 10:54:31 -05:00
Brandon Keepers
75c30f6002 Remove old documentation 2017-03-12 10:51:00 -05:00
Brandon Keepers
e5c0ee9680 Add plugin docs 2017-03-12 10:48:09 -05:00
Brandon Keepers
1ba24b11f6 Merge remote-tracking branch 'origin/master' into demo
* origin/master: (25 commits)
  Add Context.halt() function to make halting a rule simple
  Update examples
  💚 Update integration tests
  Stop using const because state was leaking between tests
  🎨
  Add a bunch of Workflow tests
  Add specs for Filter.on()
  Add Filter plugin
  Remove payload module
  Move GitHub Integration code to a module
  Rename server.js to index.js
  Move server implementation to separate file
  typo
  Clean up docs
  Revert "Add routing plugin"
  Move requires to avoid circular dependencies
  Add documentation for createIssue
  Fix syntax errors
  Add labels and assignees
  Add routing plugin
  ...

# Conflicts:
#	package.json
2017-03-11 07:59:22 -06:00
Brandon Keepers
3142422e02 Tweak deleted message 2017-03-11 07:58:22 -06:00
Brandon Keepers
0e4c2d8117 Ingore comments from all bot users 2017-03-11 07:58:15 -06:00
Lee Dohm
48b5b3f8ba Update examples 2017-03-01 13:37:01 -08:00
Brandon Keepers
242f712c9f typo 2017-01-25 22:54:43 -06:00
Brandon Keepers
92d69c97c8 Clean up docs
- consistent use of quotes (always single quote)
- `js` syntax highlighting for everything
2017-01-25 22:53:59 -06:00
Michael Johnson
74f387b196 Add documentation for createIssue 2017-01-25 19:55:08 -07:00
Johannes Nicolai
cb5c538383 Removing duplicate welcome example as it is included in README.md 2016-12-07 19:06:50 +01:00
Johannes Nicolai
4ed502951d Added two further examples and kept the original example in README.md 2016-12-07 19:04:27 +01:00
Brandon Keepers
5404a44fd9 Configure xo to work with probot scripts 2016-12-07 09:56:50 -06:00
Brandon Keepers
1d9eed64ee Start a demo script 2016-12-07 09:51:38 -06:00
Brandon Keepers
8411487998 Fix examples of content 2016-12-07 09:47:13 -06:00
Brandon Keepers
65c00d689c Remove link to "then" 2016-12-07 09:39:51 -06:00
Brandon Keepers
e01c865e1c Add docs for deleteComment 2016-12-04 23:29:44 -06:00
Brandon Keepers
fc6fefa1f1 Rename load => include 2016-12-04 16:36:42 -06:00
Brandon Keepers
fe698f09f8 Add docs for load 2016-12-04 16:20:52 -06:00
Brandon Keepers
a20c245a8f Fix headings 2016-12-04 16:20:36 -06:00
Brandon Keepers
66573e43e9 add label example 2016-11-20 22:01:48 -06:00
Brandon Keepers
90708f3fba Remove reactions, which are not supported by integrations 2016-11-20 21:31:36 -06:00
Brandon Keepers
7187c9c258 Update docs 2016-11-17 22:38:09 -06:00
Matt Colyer
b58d51d4df Update docs, js arrow functions don't have this 2016-11-16 14:36:25 -08:00
Brandon Keepers
6ddb997b7c Experiment with examples as pure JS 2016-11-15 22:42:17 -06:00
Brandon Keepers
2397c7070a Add docs on negation 2016-11-03 20:37:04 -05:00
Brandon Keepers
c526432b73 Fix headings 2016-10-30 11:50:06 -05:00
Brandon Keepers
ff3a0106da Update examples 2016-10-30 11:48:52 -05:00
Brandon Keepers
338b15f6b4 Update examples 2016-10-29 15:09:08 -05:00
Brandon Keepers
84670eaa5d Initial docs on conditions 2016-10-29 09:56:58 -05:00
Brandon Keepers
c0e9fff4eb Update docs 2016-10-19 23:32:26 -05:00
Brandon Keepers
574d2c599f Update docs 2016-10-18 00:41:55 -05:00
Brandon Keepers
133dce25e6 Document react action 2016-10-16 23:35:28 -05:00
Brandon Keepers
79e991bcf6 Remove unimplemented examples from README 2016-10-16 23:28:09 -05:00
Brandon Keepers
f7bc9a183e Fix then syntax 2016-10-16 23:19:30 -05:00