RFR: 330: Allow commands at end of PR body

Robin Westberg rwestberg at openjdk.java.net
Mon Jun 29 12:50:06 UTC 2020


Hi all,

Please review this change that allows commands in the PR body. It also adds support for multiple commands in a single
comment, and centralizes the multiline command handling.

Best regards,
Robin

-------------

Commit messages:
 - Update tests now that commands always run after checks
 - Support body commands, only parse commands after a completed check
 - Drop multi-line parsing from the summary command
 - Adapt to the new interface
 - Extract commands into invocations
 - wip

Changes: https://git.openjdk.java.net/skara/pull/682/files
 Webrev: https://webrevs.openjdk.java.net/skara/682/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/SKARA-330
  Stats: 425 lines in 20 files changed: 288 ins; 43 del; 94 mod
  Patch: https://git.openjdk.java.net/skara/pull/682.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/682/head:pull/682

PR: https://git.openjdk.java.net/skara/pull/682


More information about the skara-dev mailing list