I would like to implement a workflow like this:
1. Herald Rule for adding reviewers on new Diffs - {icon check-square-o color=green} works
2. Run a build-plan (Executes a external Jenkins Build) an reports back the results - {icon check-square-o color=green} works
3. Reviewer or Herald rule accepts the diff if the build was successful. - {icon square-o color=orange} What kind of Herald rule is this?
4. committer runs `arc land` - Block if the build failed - {icon square-o color=orange} What kind of Herald rule is this?
Is there a way to do so?