Commit Graph

374 Commits

Author SHA1 Message Date
Brandon Keepers 325d010d58
Remove yaml dependency 2016-10-18 00:05:27 -05:00
Brandon Keepers 66451ef3ee
Use parser in place of yaml syntax 2016-10-18 00:03:55 -05:00
Brandon Keepers 0838ce47de
Fix lint errors 2016-10-17 01:42:21 -05:00
Brandon Keepers b4a45bb2a6
Behaviors are separated by a semicolon 2016-10-17 01:38:08 -05:00
Brandon Keepers 2456a8c254
Separate events by 'and' instead of comma 2016-10-17 01:23:17 -05:00
Brandon Keepers 6b5e3d74e3
Implement 'then' 2016-10-17 01:21:31 -05:00
Brandon Keepers f5ff1bca79
Implement simple actions 2016-10-17 00:59:38 -05:00
Brandon Keepers 8313bb0219
Implement "on" part of the syntax 2016-10-17 00:48:14 -05:00
Brandon Keepers 35e07ee885
Add pegjs as a dev dep 2016-10-17 00:43:11 -05:00
Brandon Keepers f546c74a27 Merge pull request #43 from bkeepers/reality
Update docs to reflect reality
2016-10-16 23:38:40 -05:00
Brandon Keepers 133dce25e6
Document react action 2016-10-16 23:35:28 -05:00
Brandon Keepers 70aff7f307
Remove 'why' section 2016-10-16 23:32:21 -05:00
Brandon Keepers f62eedf26f
No longer aspirational 2016-10-16 23:29:30 -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
Brandon Keepers eba555d5f6
Update not at top of readme 2016-10-16 23:19:24 -05:00
Brandon Keepers 62d4a8abdb
Move aspirational examples to separate file 2016-10-16 23:16:57 -05:00
Brandon Keepers 4d76cc1f9e
Remove unimplemented merge action 2016-10-16 23:07:27 -05:00
Brandon Keepers 2858724b1c
Remove unimplemented from_file option
cc https://github.com/bkeepers/PRobot/issues/42
2016-10-16 23:06:56 -05:00
Brandon Keepers 29295ddc50
Remove unimplemented payload conditions
cc https://github.com/bkeepers/PRobot/issues/41
2016-10-16 23:00:54 -05:00
Brandon Keepers fb38a39fcf
Remove interit_from syntax
cc https://github.com/bkeepers/PRobot/issues/40
2016-10-16 22:48:01 -05:00
Brandon Keepers 37c8826411
Clarify what happens after clicking install 2016-10-16 18:13:00 -05:00
Brandon Keepers 4a998e3691 typo
h/t @lee-dohm
2016-10-16 17:03:42 -05:00
Brandon Keepers af5a0bd418 Merge pull request #39 from bkeepers/easy-installation
Easy installation
2016-10-16 16:19:47 -05:00
Brandon Keepers 6f828a2cfc
Fix lint error 2016-10-16 12:09:55 -05:00
Brandon Keepers 0fd6d0b161
Add docs on installing the integration 2016-10-16 12:05:22 -05:00
Brandon Keepers 7183c42db2
Auto-accept organization invites 2016-10-16 11:50:56 -05:00
Brandon Keepers 3c65cf3aa0
Auto-accept repository invites 2016-10-16 11:32:30 -05:00
Brandon Keepers 039d0edf1b
GITHUB_TOKEN only needed for console 2016-10-16 09:59:19 -05:00
Brandon Keepers d1055f5056
Log unhandled errors 2016-10-16 09:58:47 -05:00
Brandon Keepers c672d28345
Warn that reactions does not work 2016-10-16 09:58:18 -05:00
Brandon Keepers 9822df02b9
Update docs on running app locally 2016-10-15 23:10:52 -05:00
Brandon Keepers 604fdb9ee3
Ignore .env 2016-10-15 22:00:53 -05:00
Brandon Keepers c532a4013a
Add debugging 2016-10-15 09:56:08 -05:00
Brandon Keepers 9f1ec510f4
Merge remote-tracking branch 'origin/master' into integration
* origin/master:
  Tweak debugging
  Avoid using global
  Log stuff
  use global instead of GLOBAL
  Make debug global
  Add package version for debug
  Update CONTRIBUTING.md
  Address @bkeepers feedback
  Tweak formatting
  Add testing section header
  Actually fix formatting
  Fix code block formatting
  Add note on enabling debug mode for github client
  Change title to Setup
  Update contributing.md
  Use debug
  Add log for react
  Turn off GitHub client debug
2016-10-15 09:49:55 -05:00
Brandon Keepers d6b6976bad
Tweak debugging 2016-10-15 09:45:38 -05:00
Brandon Keepers 5fdfb3c942
Avoid using global 2016-10-15 09:43:34 -05:00
Brandon Keepers 0d537cd275
Merge remote-tracking branch 'origin/master' into seemakamath-verbose-logging
* origin/master:
  Update CONTRIBUTING.md
  Address @bkeepers feedback
  Tweak formatting
  Add testing section header
  Actually fix formatting
  Fix code block formatting
  Add note on enabling debug mode for github client
  Change title to Setup
  Update contributing.md
  Add Gitter.im badge
  Fix tests and use helper
  Update to work with new api client
  Update docs
  Add unassign action
2016-10-15 02:15:45 -05:00
Seema Kamath 340ce9f008 Log stuff 2016-10-14 09:50:28 -07:00
Seema Kamath 4cd11ffbda use global instead of GLOBAL 2016-10-14 09:50:16 -07:00
Seema Kamath 719bc875ec Make debug global 2016-10-14 09:48:02 -07:00
Seema Kamath 26cb16b9af Add package version for debug 2016-10-14 09:47:17 -07:00
Brandon Keepers 75b6ec56ac
Fix lint errors 2016-10-14 07:58:34 -05:00
Brandon Keepers acbf2ce7ed
Remove useless tests 2016-10-14 00:12:28 -05:00
Brandon Keepers df94354033
Clean up installation implementation 2016-10-14 00:11:29 -05:00
Brandon Keepers 4a432b3a07
Ignore priate-key.pem 2016-10-14 00:09:19 -05:00
Brandon Keepers 7edfbdcedf Merge pull request #38 from seemakamath/update-contributing
Update CONTRIBUTING.md
2016-10-13 16:26:09 -05:00
Seema Kamath 7288d9e36a Update CONTRIBUTING.md 2016-10-13 14:18:10 -07:00
Seema Kamath 002300a460 Address @bkeepers feedback 2016-10-13 14:11:05 -07:00
Seema Kamath fdb86b9e21 Tweak formatting 2016-10-13 12:06:42 -07:00